Skip to content

Commit

Permalink
refactor: prefer amd64 arch on release config
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Mar 25, 2020
1 parent 4ff761b commit fb397eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ archives:
darwin: darwin
linux: linux
386: i386
amd64: x86_64
amd64: amd64
files:
- LICENSE-APACHE
- LICENSE-MIT
Expand Down

0 comments on commit fb397eb

Please sign in to comment.