mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +00:00
change build for resinhup
This commit is contained in:
parent
f7259fdee5
commit
b4d014c1fd
@ -32,9 +32,10 @@ SCRIPTPATH=`pwd`
|
||||
popd > /dev/null 2>&1
|
||||
|
||||
MACHINE=$2
|
||||
RESINHUP_VER=$1
|
||||
BASE_IMAGE="resin\/${MACHINE}-python:3.6"
|
||||
DOCKER_TAG=$1
|
||||
DOCKER_IMAGE=resinhup-${MACHINE}
|
||||
DOCKER_TAG=${MACHINE}-${RESINHUP_VER}
|
||||
DOCKER_IMAGE=resinhup
|
||||
BUILD_DIR=${BUILD_DIR:=$SCRIPTPATH}
|
||||
WORKSPACE=${BUILD_DIR:=$SCRIPTPATH}/resinhup
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user