We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48941bb commit 45e32faCopy full SHA for 45e32fa
1 file changed
build.sh
@@ -8,5 +8,5 @@ LDFLAGS+=" -X github.com/dropbox/dbxcli/cmd.teamAccessAppSecret=${ACCESS_SECRET}
8
LDFLAGS+=" -X github.com/dropbox/dbxcli/cmd.teamManageAppKey=${MANAGE_KEY}"
9
LDFLAGS+=" -X github.com/dropbox/dbxcli/cmd.teamManageAppSecret=${MANAGE_SECRET}"
10
gox -ldflags="${LDFLAGS}" \
11
- -osarch="darwin/amd64 linux/amd64 windows/amd64 linux/arm" \
+ -osarch="darwin/amd64 linux/amd64 windows/amd64 linux/arm openbsd/amd64" \
12
-output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}"
0 commit comments