This commit is contained in:
Pascal Vizeli 2017-03-15 17:55:57 +01:00
parent e85f40abad
commit a9f49b4dc0

View File

@ -25,7 +25,7 @@ if [ "$#" -ne 2 ]; then
echo "Optional environment: BUILD_DIR" echo "Optional environment: BUILD_DIR"
exit 1 exit 1
fi fi
if [ $1 != 'arm' ] && [ $1 != 'aarch64' ] && [ $1 != 'i386' ] && [ $1 != 'amd64' ]; then if [ $1 != 'armhf' ] && [ $1 != 'aarch64' ] && [ $1 != 'i386' ] && [ $1 != 'amd64' ]; then
echo "Error: $1 is not a supported platform for hassio-supervisor!" echo "Error: $1 is not a supported platform for hassio-supervisor!"
exit 1 exit 1
fi fi