mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
cloudbuild.yaml: change machine type to e1-highcpu-32
Mitigate the big increase of build time after enabling armv7 builds.
This commit is contained in:
parent
4746c33915
commit
aa6969c09f
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ substitutions:
|
|||
_PULL_BASE_REF: 'master'
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
machineType: 'N1_HIGHCPU_8'
|
||||
machineType: 'E2_HIGHCPU_32'
|
||||
|
|
Loading…
Reference in a new issue