docker-kasm/root-armhf/etc/cont-init.d/30-disabled
2022-07-06 16:09:50 -04:00

5 lines
96 B
Text

#!/usr/bin/with-contenv bash
for i in {1..10}; do
echo "Armhf/Arm32v7 is not supported"
done