Skip to content

Commit 7f12696

Browse files
Removing unsed cmd
1 parent 108a827 commit 7f12696

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@ image-build: ## Build the EPP image using Docker Buildx.
198198
$(LOAD) \
199199
$(IMAGE_BUILD_EXTRA_OPTS) ./
200200

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-
207201
.PHONY: image-push
208202
image-push: PUSH=--push ## Build the EPP image and push it to $IMAGE_REPO.
209203
image-push: MULTI=true image-build

0 commit comments

Comments
 (0)