Add armhf deprecation notice

pull/135/head
TheSpad 2023-04-12 21:23:49 +01:00
rodzic a4d964e139
commit fe39690d80
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 08F06191F4587860
1 zmienionych plików z 10 dodań i 13 usunięć

Wyświetl plik

@ -27,21 +27,18 @@ User GID: $(id -g abc)
─────────────────────────────────────── ───────────────────────────────────────
" "
time32="$(date +%Y)" if [[ "$(uname -m)" == "armv7l" ]] || [[ "$(uname -m)" == "armhf" ]]; then
if [[ "${time32}" == "1970" || "${time32}" == "1969" ]] && [ "$(uname -m)" == "armv7l" ]; then
echo ' echo '
╔═════════════════════════════════════════════════════════════════════════════ ╔═════════════════════════════════════════════════════╗
║ ║
Your Docker Host is running an outdated version of libseccomp The 32-bit Arm version of this image will
no longer be supported after 2023-07-01
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp
See: https://linuxserver.io/armhf
Apps will not behave correctly without this for more details
║ ║
╚═════════════════════════════════════════════════════════════════════════════ ╚═════════════════════════════════════════════════════╝
' '
sleep infinity
fi fi
lsiown abc:abc /app lsiown abc:abc /app