mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
Merge pull request #750 from kiwix/legoktm-patch-1
PPA: Reinstate Ubuntu Impish, add Jammy
This commit is contained in:
commit
98cdf7554e
26
.github/workflows/package.yml
vendored
26
.github/workflows/package.yml
vendored
@ -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
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
@ -34,14 +35,21 @@ jobs:
|
|||||||
email: release+launchpad@kiwix.org
|
email: release+launchpad@kiwix.org
|
||||||
distro: ${{ matrix.distro }}
|
distro: ${{ matrix.distro }}
|
||||||
|
|
||||||
# Temporarily disabled, Impish keeps changing and breaking the build
|
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
|
||||||
#- uses: legoktm/gh-action-build-deb@ubuntu-impish
|
if: matrix.distro == 'ubuntu-jammy'
|
||||||
# if: matrix.distro == 'ubuntu-impish'
|
name: Build package for ubuntu-jammy
|
||||||
# name: Build package for ubuntu-impish
|
id: build-ubuntu-jammy
|
||||||
# id: build-ubuntu-impish
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user