update build_all.sh arch list

This commit is contained in:
Steve McIntyre 2012-04-02 14:51:24 +00:00
parent 7f852be440
commit 62e26086ff
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if [ -z "$IMAGETARGET" ] ; then
IMAGETARGET="official_images"
fi
for ARCHES in i386 amd64 alpha arm hppa ia64 m68k mips mipsel powerpc s390 sparc kfreebsd-amd64 kfreebsd-i386 source
for ARCHES in i386 amd64 armel armhf ia64 mips mipsel powerpc s390 sparc kfreebsd-amd64 kfreebsd-i386 source
do
export ARCHES
echo "Now we're going to build CD for $ARCHES !"