Skip to content

Commit 942e20a

Browse files
fix: use BuildKit to build the Hermetic Build images
1 parent 6372eee commit 942e20a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ steps:
3030
"--file", ".cloudbuild/library_generation/library_generation.Dockerfile", "."]
3131
id: library-generation-build
3232
waitFor: ["-"]
33+
env:
34+
- 'DOCKER_BUILDKIT=1'
3335

3436
options:
3537
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)