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 108a827 commit 7f12696Copy full SHA for 7f12696
Makefile
@@ -198,12 +198,6 @@ image-build: ## Build the EPP image using Docker Buildx.
198
$(LOAD) \
199
$(IMAGE_BUILD_EXTRA_OPTS) ./
200
201
-.PHONY: multi-platform-init
202
-multi-platform-init: ## Set up Docker Buildx for multi-platform builds.
203
- @docker buildx inspect multiplatform >/dev/null 2>&1 || docker buildx create --name multiplatform --use
204
- @docker run --privileged --rm tonistiigi/binfmt --install all
205
- @docker buildx inspect --bootstrap
206
-
207
.PHONY: image-push
208
image-push: PUSH=--push ## Build the EPP image and push it to $IMAGE_REPO.
209
image-push: MULTI=true image-build
0 commit comments