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/ ****"
sleep infinity
fi
## dind hack from https://github.com/moby/moby/blob/master/hack/dind
export container=docker
if [ -d /sys/kernel/security ] && ! mountpoint -q /sys/kernel/security; then