|
|
|
|
@ -7,7 +7,7 @@ jobs:
|
|
|
|
|
strategy:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
distro: [ubuntu-groovy, ubuntu-focal]
|
|
|
|
|
distro: [ubuntu-hirsute, ubuntu-groovy, ubuntu-focal]
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
@ -30,6 +30,14 @@ jobs:
|
|
|
|
|
email: release+launchpad@kiwix.org
|
|
|
|
|
distro: ${{ matrix.distro }}
|
|
|
|
|
|
|
|
|
|
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
|
|
|
|
|
if: matrix.distro == 'ubuntu-hirsute'
|
|
|
|
|
name: Build package for ubuntu-hirsute
|
|
|
|
|
id: build-ubuntu-hirsute
|
|
|
|
|
with:
|
|
|
|
|
args: --no-sign
|
|
|
|
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
|
|
|
|
|
|
|
|
|
- uses: legoktm/gh-action-build-deb@ubuntu-groovy
|
|
|
|
|
if: matrix.distro == 'ubuntu-groovy'
|
|
|
|
|
name: Build package for ubuntu-groovy
|
|
|
|
|
|