mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +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: |
|
path: |
|
||||||
dist/*.tar.gz
|
dist/*.tar.gz
|
||||||
dist/*.zip
|
dist/*.zip
|
||||||
|
dist/*.apk
|
||||||
|
dist/*.deb
|
||||||
|
dist/*.rpm
|
||||||
|
|
||||||
goreleaser:
|
goreleaser:
|
||||||
name: Build and publish binaries
|
name: Build and publish binaries
|
||||||
|
@ -162,6 +165,9 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
dist/*.tar.gz
|
dist/*.tar.gz
|
||||||
dist/*.zip
|
dist/*.zip
|
||||||
|
dist/*.apk
|
||||||
|
dist/*.deb
|
||||||
|
dist/*.rpm
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
name: Build and publish Docker images
|
name: Build and publish Docker images
|
||||||
|
|
|
@ -107,3 +107,15 @@ changelog:
|
||||||
order: 10
|
order: 10
|
||||||
- title: Other work
|
- title: Other work
|
||||||
order: 999
|
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