Created
February 19, 2020 08:53
-
-
Save robertbakker/a40537a9888a82415ef9d556cba320f7 to your computer and use it in GitHub Desktop.
Go build static for linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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