Skip to content

Commit eb02531

Browse files
committed
Change qemu-static image
1 parent dcd0f15 commit eb02531

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/run-on-arch.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +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 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
4240
}
4341

4442
build_container () {

0 commit comments

Comments
 (0)