Skip to content

Commit

Permalink
Merge pull request #1902 from ConnorJC3/fix-prow-newnewnew
Browse files Browse the repository at this point in the history
Bootstrap buildx builder in prow.sh
  • Loading branch information
k8s-ci-robot authored Jan 22, 2024
2 parents 431e98c + 7ee1813 commit 58dcfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ loudecho "Set up Docker Buildx"
# and https://github.com/kubernetes-csi/csi-release-tools/blob/master/build.make#L132
export DOCKER_CLI_EXPERIMENTAL=enabled
trap "docker buildx rm multiarchimage-buildertest" EXIT
docker buildx create --use --name multiarchimage-buildertest
docker buildx create --bootstrap --use --name multiarchimage-buildertest

loudecho "Set up QEMU"
# See https://github.com/docker/setup-qemu-action
Expand Down

0 comments on commit 58dcfb0

Please sign in to comment.