Skip to content

Commit 0e7a401

Browse files
adarshagrawal38kfswain
authored andcommitted
Adding builder to support multi platform
1 parent 76f4e18 commit 0e7a401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ image-local-load: image-local-build
192192

193193
.PHONY: image-build
194194
image-build: ## Build the EPP image using Docker Buildx.
195+
docker buildx create --name multiplatform --use
195196
docker run --privileged --rm tonistiigi/binfmt --install all
197+
docker buildx inspect --bootstrap
196198
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
197199
--platform=$(PLATFORMS) \
198200
--build-arg BASE_IMAGE=$(BASE_IMAGE) \

0 commit comments

Comments
 (0)