Merge pull request #623 from kiwix/update-ci

Re-introduce Ubuntu Impish in CI
This commit is contained in:
Kelson 2021-10-21 12:41:23 +02:00 committed by GitHub
commit 9479c0685d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
distro:
# - ubuntu-impish
- ubuntu-impish
- ubuntu-hirsute
- ubuntu-focal
- ubuntu-bionic
@ -34,14 +34,13 @@ jobs:
email: release+launchpad@kiwix.org
distro: ${{ matrix.distro }}
# Temporarily disabled, Impish keeps changing and breaking the build
#- 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-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'