remove arm32 check

This commit is contained in:
aptalca
2024-12-23 14:45:05 -05:00
parent 617fbba1e0
commit 85cda225c5
4 changed files with 1 additions and 17 deletions
@@ -1,10 +1,5 @@
#!/usr/bin/with-contenv bash
if [[ $(uname -m) = "armv7l" ]]; then
echo "**** The universal docker mod no longer supports arm32v7/armhf per https://info.linuxserver.io/issues/2023-07-01-armhf/ ****"
exit 0
fi
echo "**** Enabling QEMU ****"
docker pull lscr.io/linuxserver/qemu-static
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes