Skip to content

Commit

Permalink
remove windows on arm frm build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 24, 2024
1 parent 5d9dd25 commit a5a245c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: windows
goarch: 'arm64'
- goos: windows
goarch: 'arm'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit a5a245c

Please sign in to comment.