Skip to content

Commit

Permalink
Change qemu-static image
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Feb 28, 2025
1 parent c908d6b commit 51a6e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/run-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ install_deps () {
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
# linux/386, linux/arm/v7, linux/arm/v6
sudo apt update -q -y
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
#Print current qemu version
docker run --rm --privileged --tty --entrypoint /usr/bin/qemu-arm-static multiarch/qemu-user-static:latest -version
docker run --rm --privileged tonistiigi/binfmt --install all
#Print versions
docker run --privileged --rm tonistiigi/binfmt --version
}

build_container () {
Expand Down

0 comments on commit 51a6e8b

Please sign in to comment.