build-arm-images: disable cubietruck for now; does not boot.

This commit is contained in:
Juan RP 2015-06-12 10:34:38 +02:00
parent 8dfb5efab8
commit 288406151b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
TARGET="$1"
[ -n "$TARGET" ] && shift
PLATFORMS="beaglebone cubieboard2 cubietruck 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