mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Create Linux Mint packages too
This commit is contained in:
parent
2d53acfe07
commit
ef4878a4ad
1 changed files with 6 additions and 0 deletions
|
@ -101,10 +101,16 @@ jobs:
|
|||
dpkg -i deb_dist/dangerzone_*-1_all.deb
|
||||
- run:
|
||||
name: Deploy to packagecloud.io
|
||||
# Linux Mint 20 (ulyana) and 20.1 (ulyssa) are based on Ubuntu 20.04 LTS
|
||||
# https://en.wikipedia.org/wiki/Linux_Mint_version_history
|
||||
command: |
|
||||
VERSION=$(cat share/version.txt)
|
||||
package_cloud push firstlookmedia/code/ubuntu/focal deb_dist/dangerzone_${VERSION}-1_all.deb
|
||||
package_cloud push firstlookmedia/code/ubuntu/focal deb_dist/dangerzone_${VERSION}-1.dsc
|
||||
package_cloud push firstlookmedia/code/linuxmint/ulyana deb_dist/dangerzone_${VERSION}-1_all.deb
|
||||
package_cloud push firstlookmedia/code/linuxmint/ulyana deb_dist/dangerzone_${VERSION}-1.dsc
|
||||
package_cloud push firstlookmedia/code/linuxmint/ulyssa deb_dist/dangerzone_${VERSION}-1_all.deb
|
||||
package_cloud push firstlookmedia/code/linuxmint/ulyssa deb_dist/dangerzone_${VERSION}-1.dsc
|
||||
|
||||
build-debian-bullseye:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue