Merge pull request #216 from BenTheElder/faster-builds

improve image build times by increasing build machine size
This commit is contained in:
Kubernetes Prow Robot 2023-04-04 12:17:42 -07:00 committed by GitHub
commit e6b395a57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# See https://cloud.google.com/cloud-build/docs/build-config
options:
machineType: E2_HIGHCPU_8
steps:
- id: build-image
name: gcr.io/cloud-builders/docker