Skip to content

Commit 51a6e8b

Browse files
committed
Change qemu-static image
1 parent c908d6b commit 51a6e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/run-on-arch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ install_deps () {
3636
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
3737
# linux/386, linux/arm/v7, linux/arm/v6
3838
sudo apt update -q -y
39-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
40-
#Print current qemu version
41-
docker run --rm --privileged --tty --entrypoint /usr/bin/qemu-arm-static multiarch/qemu-user-static:latest -version
39+
docker run --rm --privileged tonistiigi/binfmt --install all
40+
#Print versions
41+
docker run --privileged --rm tonistiigi/binfmt --version
4242
}
4343

4444
build_container () {

0 commit comments

Comments
 (0)