Skip to content

Commit

Permalink
remove arm64 win support (upx doesn't support)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantdange committed Feb 6, 2024
1 parent 7a07ac4 commit 91563fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds:
- <<: *build_defaults
id: windows
goos: [windows]
goarch: [amd64, arm64]
goarch: [amd64]

snapshot:
name_template: "SNAPSHOT-{{.ShortCommit}}"
Expand Down

0 comments on commit 91563fa

Please sign in to comment.