mirror of https://github.com/kiwix/libkiwix.git
commit
8031ffa447
|
@ -8,6 +8,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
|
- ubuntu-kinetic
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
|
@ -33,6 +34,14 @@ jobs:
|
||||||
email: release+launchpad@kiwix.org
|
email: release+launchpad@kiwix.org
|
||||||
distro: ${{ matrix.distro }}
|
distro: ${{ matrix.distro }}
|
||||||
|
|
||||||
|
- uses: legoktm/gh-action-build-deb@ubuntu-kinetic
|
||||||
|
if: matrix.distro == 'ubuntu-kinetic'
|
||||||
|
name: Build package for ubuntu-kinetic
|
||||||
|
id: build-ubuntu-kinetic
|
||||||
|
with:
|
||||||
|
args: --no-sign
|
||||||
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
|
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
|
||||||
if: matrix.distro == 'ubuntu-jammy'
|
if: matrix.distro == 'ubuntu-jammy'
|
||||||
name: Build package for ubuntu-jammy
|
name: Build package for ubuntu-jammy
|
||||||
|
|
Loading…
Reference in New Issue