Skip to content

Commit

Permalink
fix: reproducible builds (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Nov 21, 2021
1 parent 1974064 commit 5586790
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ before:
hooks:
- go mod tidy

gomod:
proxy: true

builds:
- id: linux
binary: cosign-linux-{{ .Arch }}
Expand All @@ -27,7 +30,7 @@ builds:
- s390x
- ppc64le
goarm:
- 7
- '7'
ldflags:
- "{{ .Env.LDFLAGS }}"
env:
Expand Down

0 comments on commit 5586790

Please sign in to comment.