diff --git a/build-scripts/resinos-build/create_resinos.sh b/build-scripts/resinos-build/create_resinos.sh index 56c245d03..1c2607e2d 100755 --- a/build-scripts/resinos-build/create_resinos.sh +++ b/build-scripts/resinos-build/create_resinos.sh @@ -43,7 +43,7 @@ RESIN_BRANCH=${RESIN_BRANCH:=master} # evaluate git repo and arch case $MACHINE in - "raspberrypi", "raspberrypi2", "raspberrypi3") + "raspberrypi" | "raspberrypi2" | "raspberrypi3") ARCH="armhf" RESIN_REPO="https://github.com/resin-os/resin-raspberrypi" HOMEASSISTANT_REPOSITORY="$DOCKER_REPO/$MACHINE-homeassistant"