Skip to content

Commit

Permalink
Merge pull request #2394 from carapace-sh/goreleaser-builds
Browse files Browse the repository at this point in the history
goreleaser: limit builds
  • Loading branch information
rsteube authored May 31, 2024
2 parents bb65e30 + 7641bdc commit 41d1d06
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:
gobinary: go-termux
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
builds:
- default
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 41d1d06

Please sign in to comment.