Add linux/arm to list of built binaries

This can help with Raspberry Pis, embedded devices, and other IoT applications.
This commit is contained in:
Joshua Delsman 2015-06-19 21:53:58 -07:00
parent 9dcbe750d1
commit 0aa0a40d89
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ build() {
build "darwin" "amd64" build "darwin" "amd64"
build "linux" "amd64" build "linux" "amd64"
build "linux" "386" build "linux" "386"
build "linux" "arm"