Skip to content

Commit

Permalink
Fix typo in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
cudevmaxwell committed Apr 24, 2020
1 parent ec03116 commit 0c7fd28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ builds:
- netbsd
- openbsd
goarch:
- amd46
- amd64
- arm
- arm64
- 386
goarm:
- 6
- 7
archives:
- replacements:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ end }}"
replacements:
darwin: macOS
windows: Windows
amd64: x86_64
Expand Down

0 comments on commit 0c7fd28

Please sign in to comment.