We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c85ab2 + 92745da commit 9b2d0beCopy full SHA for 9b2d0be
Makefile
@@ -241,6 +241,7 @@ $(NPD_NAME_VERSION)-%.tar.gz: $(ALL_BINARIES) test/e2e-install.sh
241
build-binaries: $(ALL_BINARIES)
242
243
build-container: clean Dockerfile
244
+ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
245
docker buildx create --use
246
docker buildx build --platform $(DOCKER_PLATFORMS) -t $(IMAGE) --build-arg BASEIMAGE=$(BASEIMAGE) --build-arg LOGCOUNTER=$(LOGCOUNTER) .
247
0 commit comments