feature: #68 Remove version from .rpm and .deb

This commit is contained in:
jamesread 2022-10-19 17:51:41 +01:00
parent 434e998151
commit 9e7d785ede
1 changed files with 6 additions and 0 deletions

View File

@ -125,6 +125,8 @@ nfpms:
bindir: /usr/local/bin/ bindir: /usr/local/bin/
file_name_template: '{{ .PackageName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
contents: contents:
- src: OliveTin.service - src: OliveTin.service
dst: /etc/systemd/system/OliveTin.service dst: /etc/systemd/system/OliveTin.service
@ -138,6 +140,10 @@ nfpms:
release: release:
footer: | footer: |
## Container images ([on Docker Hub](https://hub.docker.com/r/jamesread/olivetin/tags?page=1&ordering=last_updated))
- `docker pull docker.io/jamesread/olivetin:{{ .Version }}`
## Useful links ## Useful links
- [Which download do I need?](https://docs.olivetin.app/choose-package.html) - [Which download do I need?](https://docs.olivetin.app/choose-package.html)