Adding linux/arm to the platforms that get built

Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
This commit is contained in:
Dave Henderson 2015-05-15 23:13:48 -04:00
parent 15e022219f
commit 31c1e96e76
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ else
fi
if [ -z "$2" ]; then
OS_ARCH_ARG=(-arch="386 amd64")
OS_ARCH_ARG=(-arch="386 amd64 arm")
else
OS_ARCH_ARG=($2)
fi