New Image version 1.1
This commit is contained in:
parent
757dd45e46
commit
8a4fe32662
2 changed files with 3 additions and 3 deletions
|
@ -36,12 +36,12 @@ NAME="$1"
|
|||
case "$NAME" in
|
||||
"raspberrypi" | "raspberrypi2" | "raspberrypi3")
|
||||
RESIN_REPO="https://github.com/resin-os/resin-raspberrypi"
|
||||
RESIN_BRANCH="v2.0.8+rev1"
|
||||
RESIN_BRANCH="v2.3.0+rev1"
|
||||
MACHINE="$NAME"
|
||||
;;
|
||||
"intel-nuc")
|
||||
RESIN_REPO="https://github.com/resin-os/resin-intel"
|
||||
RESIN_BRANCH="v2.0.9+rev1"
|
||||
RESIN_BRANCH="v2.3.0+rev1"
|
||||
MACHINE="intel-corei7-64"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue