7 lines
No EOL
213 B
Bash
Executable file
7 lines
No EOL
213 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
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
|
|
|
|
sleep 10 |