Skip to content

Commit

Permalink
Do not build arm on darwin until fixed in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Voss committed Feb 18, 2021
1 parent 1a937df commit fd69881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit fd69881

Please sign in to comment.