Skip to content

Commit

Permalink
revert changes to name, since in GCB this isn't cosmetic (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor authored Sep 30, 2020
1 parent 0a90e4c commit c7dfd1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ steps:
args: ['build', '-t', 'builder', '-f', 'deploy/Dockerfile.build', '.']

# Do the go build for amd64
- name: 'builder-amd64'
- name: 'builder'
args: ['make', 'cross']
env: ['GOARCH=amd64']

# Do the go build for arm64
- name: 'builder-arm64'
- name: 'builder'
args: ['make', 'cross']
env: ['GOARCH=arm64']

Expand Down
4 changes: 2 additions & 2 deletions deploy/release_cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ steps:
args: ['build', '-t', 'builder', '-f', 'deploy/Dockerfile.build', '.']

# Do the go build for amd64
- name: 'builder-amd64'
- name: 'builder'
args: ['make', 'cross']
env: ['GOARCH=amd64']

# Do the go build for arm64
- name: 'builder-arm64'
- name: 'builder'
args: ['make', 'cross']
env: ['GOARCH=arm64']

Expand Down

0 comments on commit c7dfd1c

Please sign in to comment.