1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

cloudbuild.yaml: upgrade machine type to n1-highcpu-8

Hopefully speeds up our multi-arch builds.
This commit is contained in:
Markus Lehtonen 2022-01-21 10:09:09 +02:00
parent 60adfe8d9e
commit 03daab9ba1

View file

@ -12,3 +12,4 @@ substitutions:
_PULL_BASE_REF: 'master'
options:
substitution_option: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'