Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#409 from andyzhangx/arm-build-issue
Browse files Browse the repository at this point in the history
chore: fix arm v7 build issue
  • Loading branch information
andyzhangx authored Jan 21, 2022
2 parents 74e5440 + 45013d1 commit 6303767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ container-all: smb-windows
docker buildx create --use --name=container-builder
# enable qemu for arm64 build
# https://github.com/docker/buildx/issues/464#issuecomment-741507760
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-aarch64
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-aarch64,arm
docker run --rm --privileged tonistiigi/binfmt --install all
for arch in $(ALL_ARCH.linux); do \
ARCH=$${arch} $(MAKE) smb; \
Expand Down

0 comments on commit 6303767

Please sign in to comment.