Skip to content

Commit

Permalink
Downgrade QEMU to 7.0.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Feb 28, 2025
1 parent 703a145 commit 34837a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/run-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ install_deps () {
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
# linux/386, linux/arm/v7, linux/arm/v6
sudo apt-get update -q -y
sudo apt-get -qq install -y qemu qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
docker run --rm --privileged multiarch/qemu-user-static:7.0.0-7 --reset -p yes --credential yes
}

build_container () {
Expand Down

0 comments on commit 34837a8

Please sign in to comment.