Skip to content

Commit

Permalink
restore qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 5, 2024
1 parent 4e815b6 commit b479c4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ require-docker-buildx: require-docker
# see https://github.com/multiarch/qemu-user-static
require-qemu-binfmt: require-docker
@[ -n "$(wildcard /proc/sys/fs/binfmt_misc/qemu-*)" ] || \
docker run --rm --privileged tonistiigi/binfmt:latest --install all && \
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes --platform $(ARCH)
docker run --rm --privileged tonistiigi/binfmt:latest --install all

# fail of kind not in $PATH
require-kind:
Expand Down

0 comments on commit b479c4c

Please sign in to comment.