Skip to content

Commit

Permalink
enable qemu on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Dec 14, 2024
1 parent 975a38c commit 26648d7
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26648d7

Please sign in to comment.