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 76f4e18 commit 0e7a401Copy full SHA for 0e7a401
Makefile
@@ -192,7 +192,9 @@ image-local-load: image-local-build
192
193
.PHONY: image-build
194
image-build: ## Build the EPP image using Docker Buildx.
195
+ docker buildx create --name multiplatform --use
196
docker run --privileged --rm tonistiigi/binfmt --install all
197
+ docker buildx inspect --bootstrap
198
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
199
--platform=$(PLATFORMS) \
200
--build-arg BASE_IMAGE=$(BASE_IMAGE) \
0 commit comments