mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 08:02:58 +08:00
BUILD: CGO linking problems break Debian and Centos 7 (#2141)
This commit is contained in:
parent
26cf0fd15b
commit
f19225f8d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue