Skip to content

Commit 4c6b368

Browse files
authored
Merge pull request #1446 from rsteube/termux
goreleaser: added termux packaging
2 parents 9d5cfcf + ab7f9f7 commit 4c6b368

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.goreleaser.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ builds:
1414
tags:
1515
- release
1616
archives:
17-
- replacements:
18-
darwin: Darwin
19-
linux: Linux
20-
windows: Windows
21-
386: i386
22-
amd64: x86_64
23-
name_template: "carapace-bin_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
17+
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
2418
checksum:
2519
name_template: 'checksums.txt'
2620
snapshot:
@@ -75,6 +69,7 @@ nfpms:
7569
- apk
7670
- deb
7771
- rpm
72+
- termux.deb
7873

7974
publishers:
8075
- name: fury

0 commit comments

Comments
 (0)