Skip to content

Commit

Permalink
ci(.goreleaser.yml): disable 'windows' from being built
Browse files Browse the repository at this point in the history
UPX is unable to pack 'arm64' for Windows for the time being:
upx/upx#647
  • Loading branch information
usrme committed Mar 24, 2023
1 parent 0d17338 commit 26c57c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ builds:
- id: comet-alt
main: .
binary: comet-alt
goos:
- darwin
- linux
ldflags:
# https://pkg.go.dev/cmd/link
#
Expand Down

0 comments on commit 26c57c3

Please sign in to comment.