Last active
October 10, 2017 13:30
-
-
Save 0xAhmed/18ed77ccea7825745c3011ef588fea0d to your computer and use it in GitHub Desktop.
Build a static go binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ GOOS=linux GOARCH=amd64 go build -tags netgo -o app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment