Skip to content

Commit

Permalink
Merge pull request #1446 from rsteube/termux
Browse files Browse the repository at this point in the history
goreleaser: added termux packaging
  • Loading branch information
rsteube authored Dec 14, 2022
2 parents 9d5cfcf + ab7f9f7 commit 4c6b368
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ builds:
tags:
- release
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
name_template: "carapace-bin_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down Expand Up @@ -75,6 +69,7 @@ nfpms:
- apk
- deb
- rpm
- termux.deb

publishers:
- name: fury
Expand Down

0 comments on commit 4c6b368

Please sign in to comment.