Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Created November 2, 2024 16:40
Show Gist options
  • Save teebow1e/8c611f6a09bf36220a1fe8f68a5d352e to your computer and use it in GitHub Desktop.
Save teebow1e/8c611f6a09bf36220a1fe8f68a5d352e to your computer and use it in GitHub Desktop.
[Golang] Static build

Static build

CGO_ENABLED=1 CC=musl-gcc go build --ldflags '-linkmode=external -extldflags=-static'

Reference

https://mt165.co.uk/blog/static-link-go/
https://gist.github.com/zmb3/2bf29397633c9c9cc5125fdaa988c8a8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment