Fix multibuild
This commit is contained in:
parent
8270ab1f33
commit
a956631009
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ popd > /dev/null 2>&1
|
||||||
|
|
||||||
DOCKER_IMAGE=$DOCKER_HUB/$MACHINE-homeassistant
|
DOCKER_IMAGE=$DOCKER_HUB/$MACHINE-homeassistant
|
||||||
BUILD_DIR=${BUILD_DIR:=$SCRIPTPATH}
|
BUILD_DIR=${BUILD_DIR:=$SCRIPTPATH}
|
||||||
WORKSPACE=$BUILD_DIR/hass
|
WORKSPACE=$BUILD_DIR/hass-$MACHINE
|
||||||
HASS_GIT=$BUILD_DIR/hass_git
|
HASS_GIT=$BUILD_DIR/hass_git-$MACHINE
|
||||||
|
|
||||||
# generate base image
|
# generate base image
|
||||||
case $MACHINE in
|
case $MACHINE in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue