build-arm-images: PLATFORM can be overrided now.

This commit is contained in:
Juan RP 2015-09-07 20:00:35 +02:00
parent f16ea26f30
commit 6a8e09f715
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-u2 rpi rpi2 usbarmory"}
DATE=$(date '+%Y%m%d')
for f in ${PLATFORMS} x ${PLATFORMS} ; do