mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +00:00
fix build errors
This commit is contained in:
parent
ce973f0cc2
commit
f13406b2f8
4
build-scripts/resinhup-build/create_resinhup.sh
Normal file → Executable file
4
build-scripts/resinhup-build/create_resinhup.sh
Normal file → Executable file
@ -45,7 +45,7 @@ case $MACHINE in
|
|||||||
DOCKER_FILE_NAME="Dockerfile.raspberrypi3"
|
DOCKER_FILE_NAME="Dockerfile.raspberrypi3"
|
||||||
;;
|
;;
|
||||||
"raspberrypi2")
|
"raspberrypi2")
|
||||||
DOCKER_FILE_NAME="Dockerfile.raspberryp-i2"
|
DOCKER_FILE_NAME="Dockerfile.raspberryp-pi2"
|
||||||
;;
|
;;
|
||||||
"raspberrypi")
|
"raspberrypi")
|
||||||
DOCKER_FILE_NAME="Dockerfile.raspberry-pi"
|
DOCKER_FILE_NAME="Dockerfile.raspberry-pi"
|
||||||
@ -61,7 +61,7 @@ echo "[INFO] Setup workspace"
|
|||||||
mkdir -p $BUILD_DIR
|
mkdir -p $BUILD_DIR
|
||||||
|
|
||||||
git clone https://github.com/resin-os/resinhup $WORKSPACE
|
git clone https://github.com/resin-os/resinhup $WORKSPACE
|
||||||
cd $WORKSPACE && git checkout $DOCKER_TAG
|
cd $WORKSPACE && git checkout $RESINHUB_VER
|
||||||
|
|
||||||
cp $DOCKER_FILE_NAME Dockerfile
|
cp $DOCKER_FILE_NAME Dockerfile
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user