Skip to content

Commit

Permalink
update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quackduck committed Feb 20, 2021
1 parent 8907231 commit 72c4337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ builds:
- 386
ldflags:
- -s -w -X main.version=v{{.Version}}
ignore: # problems with build https://github.com/golang/go/issues/39033
- goos: darwin
- goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 72c4337

Please sign in to comment.