Skip to content

Instantly share code, notes, and snippets.

@adamluzsi
Created April 25, 2018 14:38
Show Gist options
  • Save adamluzsi/961f7248ae1dda6bd5dcbc3f75336158 to your computer and use it in GitHub Desktop.
Save adamluzsi/961f7248ae1dda6bd5dcbc3f75336158 to your computer and use it in GitHub Desktop.
Totally static Go builds
CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"' .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment