From 31c1e96e76b36e935491831c4090fee6bef11401 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Fri, 15 May 2015 23:13:48 -0400 Subject: [PATCH] Adding linux/arm to the platforms that get built Signed-off-by: Dave Henderson --- script/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build b/script/build index 115faf1ea1..c57acbd9f3 100755 --- a/script/build +++ b/script/build @@ -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