Skip to content

Commit

Permalink
chore: added build.sh for cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
c1982 committed May 16, 2021
1 parent 0462f25 commit d38d0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
${HOME}/go/bin/gox -osarch="linux/amd64 windows/amd64 darwin/amd64" -output="awsdtc_{{.OS}}_{{.Arch}}" -ldflags="-s -w"

0 comments on commit d38d0d1

Please sign in to comment.