Skip to content

Commit 6c33092

Browse files
authored
Fix docker buildx build (#630)
1 parent 1dcd1b0 commit 6c33092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ccm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build-image-and-push-linux-ppc64le: init-buildx
4141

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

0 commit comments

Comments
 (0)