Skip to content

Commit

Permalink
Merge pull request #65 from garyemerson/master
Browse files Browse the repository at this point in the history
add build support for raspberry pi (ARM)
  • Loading branch information
diwakergupta authored Feb 27, 2017
2 parents b9b7b0a + 41fcdb9 commit e45288c
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 e45288c

Please sign in to comment.