Skip to content

Instantly share code, notes, and snippets.

@zz
Created April 19, 2015 15:58
Show Gist options
  • Save zz/4762e6a42400fd3d1baf to your computer and use it in GitHub Desktop.
Save zz/4762e6a42400fd3d1baf to your computer and use it in GitHub Desktop.
Golang static build howto
$ go build -a -tags netgo -installsuffix netgo .
$ CGO_ENABLED=0 go build -a -installsuffix nocgo .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment