build-arm-images: disable cubietruck for now; does not boot.
This commit is contained in:
parent
8dfb5efab8
commit
288406151b
|
@ -3,7 +3,7 @@
|
||||||
TARGET="$1"
|
TARGET="$1"
|
||||||
[ -n "$TARGET" ] && shift
|
[ -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')
|
DATE=$(date '+%Y%m%d')
|
||||||
|
|
||||||
for f in ${PLATFORMS} x ${PLATFORMS} ; do
|
for f in ${PLATFORMS} x ${PLATFORMS} ; do
|
||||||
|
|
Loading…
Reference in New Issue