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 3a04c7e commit beb1b7dCopy full SHA for beb1b7d
Makefile
@@ -209,12 +209,6 @@ image-build: ## Build the EPP image using Docker Buildx.
209
$(LOAD) \
210
$(IMAGE_BUILD_EXTRA_OPTS) ./
211
212
-.PHONY: multi-platform-init
213
-multi-platform-init: ## Set up Docker Buildx for multi-platform builds.
214
- @docker buildx inspect multiplatform >/dev/null 2>&1 || docker buildx create --name multiplatform --use
215
- @docker run --privileged --rm tonistiigi/binfmt --install all
216
- @docker buildx inspect --bootstrap
217
-
218
.PHONY: image-push
219
image-push: PUSH=--push ## Build the EPP image and push it to $IMAGE_REPO.
220
image-push: MULTI=true image-build
0 commit comments