From 0aa0a40d895a69cd94ab4e81b0753c4871c6adb4 Mon Sep 17 00:00:00 2001 From: Joshua Delsman Date: Fri, 19 Jun 2015 21:53:58 -0700 Subject: [PATCH] Add linux/arm to list of built binaries This can help with Raspberry Pis, embedded devices, and other IoT applications. --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 6e9b4bf96..21cc650ac 100755 --- a/release.sh +++ b/release.sh @@ -15,4 +15,4 @@ build() { build "darwin" "amd64" build "linux" "amd64" build "linux" "386" - +build "linux" "arm"