Skip to content

Commit

Permalink
Fix .goreleaser.yml so macOS is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
quackduck committed Feb 22, 2021
1 parent 72c4337 commit e546ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- -s -w -X main.version=v{{.Version}}
ignore: # problems with build https://github.com/golang/go/issues/39033
- goos: darwin
- goarch: arm64
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit e546ecb

Please sign in to comment.