Skip to content

Commit

Permalink
Merge pull request kubernetes#695 from vteratipally/master
Browse files Browse the repository at this point in the history
[release-blocker-fix] fix building multi-arch image
  • Loading branch information
k8s-ci-robot authored Sep 2, 2022
2 parents 5c85ab2 + 92745da commit 9b2d0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ $(NPD_NAME_VERSION)-%.tar.gz: $(ALL_BINARIES) test/e2e-install.sh
build-binaries: $(ALL_BINARIES)

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

Expand Down

0 comments on commit 9b2d0be

Please sign in to comment.