build-arm-images: add odroid-c2 and rpi3.

This commit is contained in:
Leah Neukirchen 2017-02-20 17:17:34 +01:00
parent 57c6107be3
commit 2df9a27e8d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
TARGET="$1"
[ -n "$TARGET" ] && shift
: ${PLATFORMS:="beaglebone cubieboard2 odroid-u2 rpi rpi2 usbarmory"}
: ${PLATFORMS:="beaglebone cubieboard2 odroid-c2 odroid-u2 rpi rpi2 rpi3 usbarmory"}
DATE=$(date '+%Y%m%d')
for f in ${PLATFORMS} x ${PLATFORMS} ; do