Skip to content

Commit

Permalink
Merge pull request #186 from crayzeigh/arm-publish
Browse files Browse the repository at this point in the history
removes build ignore for windows/darwin arm
  • Loading branch information
Chris Privitere authored Mar 24, 2022
2 parents ccb19a1 + 3cb31ab commit 0e170c9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,7 @@ builds:
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm64
- goos: darwin
goarch: arm

archives:
- format: binary
name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
Expand Down

0 comments on commit 0e170c9

Please sign in to comment.