Use a different machine type for httpbin cloudbuild
This commit is contained in:
parent
35e992fe0a
commit
fc91afac88
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
timeout: 1200s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
|
||||
machineType: N1_HIGHCPU_8
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
|
||||
entrypoint: bash
|
||||
|
|
Loading…
Reference in a new issue