mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-21 10:34:14 -04:00
remove arm32 check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user