enable qemu on aarch64

This commit is contained in:
aptalca 2024-12-14 14:51:53 -05:00
parent 975a38c8ee
commit 26648d7500
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -5,8 +5,6 @@ if [[ $(uname -m) = "armv7l" ]]; then
exit 0
fi
if [[ $(uname -m) = "x86_64" ]]; then
echo "**** Enabling QEMU ****"
docker pull lscr.io/linuxserver/qemu-static
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
fi
echo "**** Enabling QEMU ****"
docker pull lscr.io/linuxserver/qemu-static
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes