mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
5 lines
96 B
Text
5 lines
96 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
for i in {1..10}; do
|
|
echo "Armhf/Arm32v7 is not supported"
|
|
done
|