Skip to content

Commit

Permalink
temporarily ignore darwin/arm64 to unblock releases
Browse files Browse the repository at this point in the history
/cc #695
  • Loading branch information
Jeremy Udit committed Feb 18, 2021
1 parent 61238b9 commit 22d9388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ builds:
- arm
- arm64
ignore:
- goos: darwin
goarch: arm64
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
Expand Down

0 comments on commit 22d9388

Please sign in to comment.