Skip to content

Commit

Permalink
Enable buildx in cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Wei committed Jul 24, 2024
1 parent dcce6e0 commit 11667df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ timeout: 2400s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90'
# see https://github.com/kubernetes/test-infra/tree/master/config/jobs/image-pushing
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36'
entrypoint: make
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- RELEASE_VERSION=$_GIT_TAG
- BASE_REF=$_PULL_BASE_REF
- DOCKER_BUILDX_CMD=/buildx-entrypoint
args:
- push-release-images
substitutions:
Expand Down

0 comments on commit 11667df

Please sign in to comment.