Skip to content

Commit

Permalink
qemu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 5, 2024
1 parent b6ecd24 commit e7f22ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ 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 tonistiigi/binfmt:latest --install all && \
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes


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

0 comments on commit e7f22ec

Please sign in to comment.