[lbry] ci: GoReleaser zero out buildid for reproducible builds (#40)

This commit is contained in:
Roy Lee 2022-05-25 21:49:12 -07:00 committed by GitHub
parent aef4e45bd7
commit 4a8d390a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ builds:
- -trimpath
ldflags:
- -s -w
- -buildid=
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
targets:
- linux_amd64
@ -33,6 +34,7 @@ builds:
- -trimpath
ldflags:
- -s -w
- -buildid=
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
env:
- CGO_ENABLED=0