Skip to content

Commit

Permalink
Fix docker buildx build (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-K-N authored Apr 12, 2022
1 parent 1dcd1b0 commit 6c33092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ccm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build-image-and-push-linux-ppc64le: init-buildx

init-buildx:
# Ensure we use a builder that can leverage it (the default on linux will not)
docker buildx rm multiarch-multiplatform-builder
-docker buildx rm multiarch-multiplatform-builder
docker buildx create --use --name=multiarch-multiplatform-builder
docker run --rm --privileged multiarch/qemu-user-static --reset --credential yes --persistent yes
# Register gcloud as a Docker credential helper.
Expand Down

0 comments on commit 6c33092

Please sign in to comment.