Skip to content

Commit

Permalink
Bootstrap buildx builder in prow.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Jan 22, 2024
1 parent 80d1adf commit 7ee1813
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 7ee1813

Please sign in to comment.