Skip to content

Commit

Permalink
Merge pull request #224 from equinix:readd-windows-arm64
Browse files Browse the repository at this point in the history
Add windows on arm64 back to gorelease
  • Loading branch information
cprivitere authored Sep 30, 2022
2 parents 5510884 + cf5096a commit 51583b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ builds:
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: arm64
- "6"
- "7"

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

0 comments on commit 51583b5

Please sign in to comment.