Skip to content

Commit

Permalink
BUILD: CGO linking problems break Debian and Centos 7 (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Mar 13, 2023
1 parent 26cf0fd commit f19225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
- darwin
- freebsd
ldflags:
- -s -w -X main.Version="{{ .Version }}" -X main.SHA="{{ .FullCommit }}" -X main.BuildTime={{ .Timestamp }}
- -linkmode=internal -s -w -X main.Version="{{ .Version }}" -X main.SHA="{{ .FullCommit }}" -X main.BuildTime={{ .Timestamp }}
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit f19225f

Please sign in to comment.