mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-21 02:44:04 -04:00
Disable Ubuntu Impish in CI
This commit is contained in:
parent
3df4a94863
commit
929c36c930
16
.github/workflows/package.yml
vendored
16
.github/workflows/package.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- ubuntu-impish
|
||||
# - ubuntu-impish
|
||||
- ubuntu-hirsute
|
||||
- ubuntu-focal
|
||||
steps:
|
||||
@ -33,13 +33,13 @@ jobs:
|
||||
email: release+launchpad@kiwix.org
|
||||
distro: ${{ matrix.distro }}
|
||||
|
||||
- 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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user