Skip to content

Instantly share code, notes, and snippets.

@robertbakker
Created February 19, 2020 08:53
Show Gist options
  • Select an option

  • Save robertbakker/a40537a9888a82415ef9d556cba320f7 to your computer and use it in GitHub Desktop.

Select an option

Save robertbakker/a40537a9888a82415ef9d556cba320f7 to your computer and use it in GitHub Desktop.
Go build static for linux
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o app cmd/app/main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment