Skip to content

Commit beb1b7d

Browse files
adarshagrawal38kfswain
authored andcommitted
Removing unsed cmd
1 parent 3a04c7e commit beb1b7d

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
@@ -209,12 +209,6 @@ image-build: ## Build the EPP image using Docker Buildx.
209209
$(LOAD) \
210210
$(IMAGE_BUILD_EXTRA_OPTS) ./
211211

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

0 commit comments

Comments
 (0)