|
|
|
@ -8,7 +8,8 @@ jobs:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
distro:
|
|
|
|
distro:
|
|
|
|
# - ubuntu-impish
|
|
|
|
- ubuntu-jammy
|
|
|
|
|
|
|
|
- ubuntu-impish
|
|
|
|
- ubuntu-hirsute
|
|
|
|
- ubuntu-hirsute
|
|
|
|
- ubuntu-focal
|
|
|
|
- ubuntu-focal
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
@ -33,13 +34,21 @@ jobs:
|
|
|
|
email: release+launchpad@kiwix.org
|
|
|
|
email: release+launchpad@kiwix.org
|
|
|
|
distro: ${{ matrix.distro }}
|
|
|
|
distro: ${{ matrix.distro }}
|
|
|
|
|
|
|
|
|
|
|
|
#- uses: legoktm/gh-action-build-deb@ubuntu-impish
|
|
|
|
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
|
|
|
|
# if: matrix.distro == 'ubuntu-impish'
|
|
|
|
if: matrix.distro == 'ubuntu-jammy'
|
|
|
|
# name: Build package for ubuntu-impish
|
|
|
|
name: Build package for ubuntu-jammy
|
|
|
|
# id: build-ubuntu-impish
|
|
|
|
id: build-ubuntu-jammy
|
|
|
|
# with:
|
|
|
|
with:
|
|
|
|
# args: --no-sign
|
|
|
|
args: --no-sign
|
|
|
|
# ppa: ${{ steps.ppa.outputs.ppa }}
|
|
|
|
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
|
|
|
|
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
|
|
|
|
if: matrix.distro == 'ubuntu-hirsute'
|
|
|
|
if: matrix.distro == 'ubuntu-hirsute'
|
|
|
|
|