Skip to content

Commit 9b2d0be

Browse files
authored
Merge pull request #695 from vteratipally/master
[release-blocker-fix] fix building multi-arch image
2 parents 5c85ab2 + 92745da commit 9b2d0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ $(NPD_NAME_VERSION)-%.tar.gz: $(ALL_BINARIES) test/e2e-install.sh
241241
build-binaries: $(ALL_BINARIES)
242242

243243
build-container: clean Dockerfile
244+
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
244245
docker buildx create --use
245246
docker buildx build --platform $(DOCKER_PLATFORMS) -t $(IMAGE) --build-arg BASEIMAGE=$(BASEIMAGE) --build-arg LOGCOUNTER=$(LOGCOUNTER) .
246247

0 commit comments

Comments
 (0)