Change build system
This commit is contained in:
parent
dfd67cb1f6
commit
3ce22b6416
2 changed files with 22 additions and 37 deletions
|
@ -101,16 +101,16 @@ HASS_GIT=$WORKSPACE/homeassistant
|
|||
# generate base image
|
||||
case $MACHINE in
|
||||
"raspberrypi1")
|
||||
BASE_IMAGE="resin\/raspberry-pi-alpine-python:3.6"
|
||||
BASE_IMAGE="resin\/raspberry-pi-alpine:3.5"
|
||||
;;
|
||||
"raspberrypi2")
|
||||
BASE_IMAGE="resin\/raspberry-pi2-alpine-python:3.6"
|
||||
BASE_IMAGE="resin\/raspberry-pi2-alpine:3.5"
|
||||
;;
|
||||
"raspberrypi3")
|
||||
BASE_IMAGE="resin\/raspberry-pi3-alpine-python:3.6"
|
||||
BASE_IMAGE="resin\/raspberry-pi3-alpine:3.5"
|
||||
;;
|
||||
*)
|
||||
BASE_IMAGE="resin\/${MACHINE}-alpine-python:3.6"
|
||||
BASE_IMAGE="resin\/${MACHINE}-alpine:3.5"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue