We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f769af commit 02f97bcCopy full SHA for 02f97bc
.goreleaser.yaml
@@ -28,6 +28,7 @@ builds:
28
- CGO_ENABLED=0
29
ldflags:
30
- -s -w
31
+ - -extldflags=-static
32
- -X github.com/macropower/kat/pkg/version.Version={{.Version}}
33
- -X github.com/macropower/kat/pkg/version.Branch={{.Branch}}
34
- -X github.com/macropower/kat/pkg/version.BuildUser={{.Env.USER}}@{{.Env.HOSTNAME}}
0 commit comments