build: build rpm and deb (#963)

* build: build rpm and deb

* Update .goreleaser.yml

* upload the formats.

* duplication...
This commit is contained in:
Kyle Sanderson 2023-11-20 03:24:15 +13:00 committed by GitHub
parent 570af0940b
commit 76d749b301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View file

@ -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