mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: build rpm and deb (#963)
* build: build rpm and deb * Update .goreleaser.yml * upload the formats. * duplication...
This commit is contained in:
parent
570af0940b
commit
76d749b301
2 changed files with 18 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -121,6 +121,9 @@ jobs:
|
|||
path: |
|
||||
dist/*.tar.gz
|
||||
dist/*.zip
|
||||
dist/*.apk
|
||||
dist/*.deb
|
||||
dist/*.rpm
|
||||
|
||||
goreleaser:
|
||||
name: Build and publish binaries
|
||||
|
@ -162,6 +165,9 @@ jobs:
|
|||
path: |
|
||||
dist/*.tar.gz
|
||||
dist/*.zip
|
||||
dist/*.apk
|
||||
dist/*.deb
|
||||
dist/*.rpm
|
||||
|
||||
docker:
|
||||
name: Build and publish Docker images
|
||||
|
|
|
@ -107,3 +107,15 @@ changelog:
|
|||
order: 10
|
||||
- title: Other work
|
||||
order: 999
|
||||
|
||||
nfpms:
|
||||
- package_name: autobrr
|
||||
homepage: https://autobrr.com
|
||||
maintainer: Autobrr <packages@autobrr.com>
|
||||
description: |-
|
||||
autobrr is the modern download automation tool for torrents and usenet.
|
||||
formats:
|
||||
- apk
|
||||
- deb
|
||||
- rpm
|
||||
- archlinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue