mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 02:06:05 -04:00
Merge pull request #1207 from kiwix/remove-ubuntu-20.04-ci-cd
Stop publishing on Ubuntu 20.04 PPA
This commit is contained in:
commit
9433f7cef9
9
.github/workflows/package.yml
vendored
9
.github/workflows/package.yml
vendored
@ -21,7 +21,6 @@ jobs:
|
|||||||
# - debian-bullseye
|
# - debian-bullseye
|
||||||
- ubuntu-noble
|
- ubuntu-noble
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-focal
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -89,14 +88,6 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
|
||||||
if: matrix.distro == 'ubuntu-focal'
|
|
||||||
name: Build package for ubuntu-focal
|
|
||||||
id: build-ubuntu-focal
|
|
||||||
with:
|
|
||||||
args: --no-sign
|
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user