parent
b019ecc666
commit
613d42114e
1 changed files with 9 additions and 1 deletions
|
@ -70,7 +70,7 @@ case $ARCH in
|
|||
HOMEASSISTANT_DOCKER="$DOCKER_REPO/$MACHINE-homeassistant"
|
||||
HASSIO_DOCKER="$DOCKER_REPO/amd64-hassio-supervisor"
|
||||
;;
|
||||
"arm" | "armv7l" | "armv6l")
|
||||
"arm" |"armv6l")
|
||||
if [ -z $MACHINE ]; then
|
||||
echo "[ERROR] Please set machine for $ARCH"
|
||||
exit 1
|
||||
|
@ -78,6 +78,14 @@ case $ARCH in
|
|||
HOMEASSISTANT_DOCKER="$DOCKER_REPO/$MACHINE-homeassistant"
|
||||
HASSIO_DOCKER="$DOCKER_REPO/armhf-hassio-supervisor"
|
||||
;;
|
||||
"armv7l")
|
||||
if [ -z $MACHINE ]; then
|
||||
echo "[ERROR] Please set machine for $ARCH"
|
||||
exit 1
|
||||
fi
|
||||
HOMEASSISTANT_DOCKER="$DOCKER_REPO/$MACHINE-homeassistant"
|
||||
HASSIO_DOCKER="$DOCKER_REPO/armv7-hassio-supervisor"
|
||||
;;
|
||||
"aarch64")
|
||||
if [ -z $MACHINE ]; then
|
||||
echo "[ERROR] Please set machine for $ARCH"
|
||||
|
|
Loading…
Reference in a new issue