Skip to content

Commit

Permalink
Merge pull request #252 from andyzhangx/remove-arm64-workaround
Browse files Browse the repository at this point in the history
fix: remove arm64 build workaround
  • Loading branch information
andyzhangx authored Apr 19, 2021
2 parents a263f89 + 7cb3167 commit 2fd1672
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ container-all: smb-windows
docker buildx rm container-builder || true
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 --rm --privileged tonistiigi/binfmt --install all
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
for arch in $(ALL_ARCH.linux); do \
ARCH=$${arch} $(MAKE) smb; \
ARCH=$${arch} $(MAKE) container-linux; \
Expand Down

0 comments on commit 2fd1672

Please sign in to comment.