Skip to content

Commit

Permalink
Merge pull request #2373 from carapace-sh/goreleaser-termux-archive
Browse files Browse the repository at this point in the history
goreleaser: fix termux archive name
  • Loading branch information
rsteube authored May 6, 2024
2 parents 998a9aa + 4b1f2d8 commit 3828de5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ before:
- go mod download
- go generate ./cmd/...
builds:
- id: default
env:
- env:
- CGO_ENABLED=0
goos:
- linux
Expand All @@ -14,7 +13,7 @@ builds:
binary: carapace
tags:
- release
- id: android
- id: termux
env:
- CGO_ENABLED=0
goos:
Expand All @@ -31,6 +30,10 @@ archives:
format_overrides:
- goos: windows
format: zip
- id: termux
builds:
- termux
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}.termux'

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 3828de5

Please sign in to comment.