Skip to content

Commit

Permalink
Ignore windows arm64 in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Dec 7, 2021
1 parent 1fac6ba commit 037aa75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ builds:
goarm:
- "6"
- "7"
ignore:
- goos: windows
goarch: arm64

archives:
- id: default
Expand Down Expand Up @@ -54,7 +57,7 @@ nfpms:
bindir: /usr/bin

brews:
- goarm: 6
- goarm: "6"
tap:
owner: charmbracelet
name: homebrew-tap
Expand Down

0 comments on commit 037aa75

Please sign in to comment.