[lbry] ci: GoReleaser zero out buildid for reproducible builds #40
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ builds:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w
|
- -s -w
|
||||||
|
- -buildid=
|
||||||
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
|
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
|
||||||
targets:
|
targets:
|
||||||
- linux_amd64
|
- linux_amd64
|
||||||
|
@ -33,6 +34,7 @@ builds:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w
|
- -s -w
|
||||||
|
- -buildid=
|
||||||
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
|
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
|
Loading…
Reference in a new issue