Skip to content

Commit

Permalink
🤖 Disable darwin amd64/arm64 builds
Browse files Browse the repository at this point in the history
Due to the new gosigar dep introduced in libp2p
  • Loading branch information
mudler committed Feb 7, 2022
1 parent e81901f commit 65905f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ builds:
- arm
- 386
- arm64
ignore:
- goos: darwin
goarch: arm64
- goos: darwin
goarch: amd64
source:
enabled: true
name_template: '{{ .ProjectName }}-{{ .Tag }}-source'
Expand Down

0 comments on commit 65905f5

Please sign in to comment.