mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2026-04-17 23:33:57 +01:00
PPA: Reinstate Ubuntu Impish, add Jammy
This commit is contained in:
25
.github/workflows/package.yml
vendored
25
.github/workflows/package.yml
vendored
@@ -8,7 +8,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
# - ubuntu-impish
|
||||
- ubuntu-jammy
|
||||
- ubuntu-impish
|
||||
- ubuntu-hirsute
|
||||
- ubuntu-focal
|
||||
steps:
|
||||
@@ -33,13 +34,21 @@ jobs:
|
||||
email: release+launchpad@kiwix.org
|
||||
distro: ${{ matrix.distro }}
|
||||
|
||||
#- uses: legoktm/gh-action-build-deb@ubuntu-impish
|
||||
# if: matrix.distro == 'ubuntu-impish'
|
||||
# name: Build package for ubuntu-impish
|
||||
# id: build-ubuntu-impish
|
||||
# with:
|
||||
# args: --no-sign
|
||||
# ppa: ${{ steps.ppa.outputs.ppa }}
|
||||
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
|
||||
if: matrix.distro == 'ubuntu-jammy'
|
||||
name: Build package for ubuntu-jammy
|
||||
id: build-ubuntu-jammy
|
||||
with:
|
||||
args: --no-sign
|
||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||
|
||||
- uses: legoktm/gh-action-build-deb@ubuntu-impish
|
||||
if: matrix.distro == 'ubuntu-impish'
|
||||
name: Build package for ubuntu-impish
|
||||
id: build-ubuntu-impish
|
||||
with:
|
||||
args: --no-sign
|
||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||
|
||||
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
|
||||
if: matrix.distro == 'ubuntu-hirsute'
|
||||
|
||||
Reference in New Issue
Block a user