Skip to content

Commit 5d5ae4a

Browse files
committed
Downgrade QEMU to 7.0.0-7
1 parent 3e617ac commit 5d5ae4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/run-on-arch.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ install_deps () {
3636
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
3737
# linux/386, linux/arm/v7, linux/arm/v6
3838
sudo apt-get update -q -y
39-
sudo apt-get -qq install -y qemu qemu-user-static
40-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
39+
docker run --rm --privileged multiarch/qemu-user-static:7.0.0-7 --reset -p yes --credential yes
4140
}
4241

4342
build_container () {

0 commit comments

Comments
 (0)