Skip to content

Instantly share code, notes, and snippets.

@taosx
Created December 10, 2016 02:26
Show Gist options
  • Save taosx/4ef834d47430a139632c68484eaaf5ae to your computer and use it in GitHub Desktop.
Save taosx/4ef834d47430a139632c68484eaaf5ae to your computer and use it in GitHub Desktop.
// Compile go with musl on archlinux
// replace musl-gcc with gcc or gcc-multilib if you don't want to compile for alpine linux
CC=$(which musl-gcc) go build --ldflags '-w -linkmode external -extldflags "-static"' main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment