CI: Add qemu packages in scripts/install-qemu.sh #1158

This commit is contained in:
Michael Mayer
2021-08-13 23:14:36 +02:00
parent 2761dc2696
commit a6d60d2a9f

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
apt-get update && apt-get -qq install -y qemu binfmt-support qemu-user-static apt-get update && apt-get -qq install -y qemu binfmt-support qemu-user-static qemu-system-arm qemu-efi-aarch64
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes docker run --rm --privileged multiarch/qemu-user-static --reset -p yes