Skip to content

Commit

Permalink
🐛 IF-7978 Append Ignore windows arm64 for goreleaser setting (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugimo-s authored Jul 12, 2022
1 parent 06b19d3 commit b601163
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 @@ -30,6 +30,8 @@ builds:
goarch: '386'
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit b601163

Please sign in to comment.