We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcd1b0 commit 6c33092Copy full SHA for 6c33092
hack/ccm/Makefile
@@ -41,7 +41,7 @@ build-image-and-push-linux-ppc64le: init-buildx
41
42
init-buildx:
43
# Ensure we use a builder that can leverage it (the default on linux will not)
44
- docker buildx rm multiarch-multiplatform-builder
+ -docker buildx rm multiarch-multiplatform-builder
45
docker buildx create --use --name=multiarch-multiplatform-builder
46
docker run --rm --privileged multiarch/qemu-user-static --reset --credential yes --persistent yes
47
# Register gcloud as a Docker credential helper.
0 commit comments