Skip to content

Commit

Permalink
add build support for raspberry pi (ARM)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyemerson committed Feb 25, 2017
1 parent b9b7b0a commit 41fcdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LDFLAGS+=" -X github.com/dropbox/dbxcli/cmd.teamAccessAppSecret=${ACCESS_SECRET}
LDFLAGS+=" -X github.com/dropbox/dbxcli/cmd.teamManageAppKey=${MANAGE_KEY}"
LDFLAGS+=" -X github.com/dropbox/dbxcli/cmd.teamManageAppSecret=${MANAGE_SECRET}"
gox -ldflags="${LDFLAGS}" \
-osarch="darwin/amd64 linux/amd64 windows/amd64" \
-osarch="darwin/amd64 linux/amd64 windows/amd64 linux/arm" \
-output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}"

0 comments on commit 41fcdb9

Please sign in to comment.