Skip to content

Commit 9d08e4e

Browse files
authored
Merge pull request #16765 from rifelpet/cloudbuild32
Allocate more resources to cloudbuild
2 parents f03c40f + 7a2c6f1 commit 9d08e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
timeout: 1800s
33
options:
44
substitution_option: ALLOW_LOOSE
5-
machineType: 'N1_HIGHCPU_8'
5+
machineType: 'N1_HIGHCPU_32'
66
steps:
77
# Push the images
88
- name: 'docker.io/library/golang:1.22.5-bookworm'

0 commit comments

Comments
 (0)