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 b3aaa74 commit da0d7e7Copy full SHA for da0d7e7
Makefile
@@ -81,7 +81,7 @@ container-push: container-image ## Push container image for the preview of the w
81
82
PLATFORMS ?= linux/arm64,linux/amd64
83
docker-push: ## Build a multi-architecture image and push that into the registry
84
- docker run --rm --privileged tonistiigi/binfmt:qemu-v6.2.0-26@sha256:5bf63a53ad6222538112b5ced0f1afb8509132773ea6dd3991a197464962854e --install all
+ docker run --rm --privileged tonistiigi/binfmt:qemu-v8.1.5-43@sha256:46c5a036f13b8ad845d6703d38f8cce6dd7c0a1e4d42ac80792279cabaeff7fb --install all
85
docker version
86
$(DOCKER_BUILDX) version
87
$(DOCKER_BUILDX) inspect image-builder > /dev/null 2>&1 || $(DOCKER_BUILDX) create --name image-builder --use
0 commit comments