Skip to content

Commit 76f4e18

Browse files
adarshagrawal38kfswain
authored andcommitted
Adding dependency to enable multi platform support
1 parent ca0b26d commit 76f4e18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ image-local-load: image-local-build
192192

193193
.PHONY: image-build
194194
image-build: ## Build the EPP image using Docker Buildx.
195+
docker run --privileged --rm tonistiigi/binfmt --install all
195196
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
196197
--platform=$(PLATFORMS) \
197198
--build-arg BASE_IMAGE=$(BASE_IMAGE) \

0 commit comments

Comments
 (0)