Skip to content

Commit c7dfd1c

Browse files
authored
revert changes to name, since in GCB this isn't cosmetic (#267)
1 parent 0a90e4c commit c7dfd1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ steps:
55
args: ['build', '-t', 'builder', '-f', 'deploy/Dockerfile.build', '.']
66

77
# Do the go build for amd64
8-
- name: 'builder-amd64'
8+
- name: 'builder'
99
args: ['make', 'cross']
1010
env: ['GOARCH=amd64']
1111

1212
# Do the go build for arm64
13-
- name: 'builder-arm64'
13+
- name: 'builder'
1414
args: ['make', 'cross']
1515
env: ['GOARCH=arm64']
1616

deploy/release_cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ steps:
66
args: ['build', '-t', 'builder', '-f', 'deploy/Dockerfile.build', '.']
77

88
# Do the go build for amd64
9-
- name: 'builder-amd64'
9+
- name: 'builder'
1010
args: ['make', 'cross']
1111
env: ['GOARCH=amd64']
1212

1313
# Do the go build for arm64
14-
- name: 'builder-arm64'
14+
- name: 'builder'
1515
args: ['make', 'cross']
1616
env: ['GOARCH=arm64']
1717

0 commit comments

Comments
 (0)