mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 03:12:20 -04:00
Merge pull request #601 from kiwix/update-ubuntu-packages
Remove PPA Impish, add Kinetic
This commit is contained in:
commit
edb97fb055
10
.github/workflows/package.yml
vendored
10
.github/workflows/package.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
|
- ubuntu-kinetic
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-impish
|
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -41,10 +41,10 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-impish
|
- uses: legoktm/gh-action-build-deb@ubuntu-kinetic
|
||||||
if: matrix.distro == 'ubuntu-impish'
|
if: matrix.distro == 'ubuntu-kinetic'
|
||||||
name: Build package for ubuntu-impish
|
name: Build package for ubuntu-kinetic
|
||||||
id: build-ubuntu-impish
|
id: build-ubuntu-kinetic
|
||||||
with:
|
with:
|
||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user