Skip to content

Instantly share code, notes, and snippets.

@tom-code
Created July 20, 2019 19:08
Show Gist options
  • Select an option

  • Save tom-code/b53df058ef05819566893b9577bc3742 to your computer and use it in GitHub Desktop.

Select an option

Save tom-code/b53df058ef05819566893b9577bc3742 to your computer and use it in GitHub Desktop.
static go linking
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
-ldflags '-extldflags "-fno-PIC -static"' -buildmode pie -tags 'osusergo netgo static_build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment