CI: Update install-qemu.sh script
This commit is contained in:
parent
4b43af93fe
commit
c777410f30
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
sudo apt-get update && sudo apt-get -qq install -y qemu binfmt-support qemu-kvm qemu-system \
|
||||
qemu-user qemu-user-binfmt qemu-utils qemu-efi-arm qemu-efi-aarch64
|
||||
|
||||
# sudo apt-get update && sudo apt-get -qq install -y qemu-user-binfmt
|
||||
# docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
sleep 10
|
||||
|
|
Loading…
Reference in a new issue