Skip to content

Commit

Permalink
fix: update goreleaser.yml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
klu909 authored Dec 3, 2020
1 parent 30a6789 commit 8fe26a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ builds:
- darwin
goarch:
- amd64

archive:
format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
env:
- CGO_ENABLED=0
archives:
- format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 comments on commit 8fe26a7

Please sign in to comment.