Skip to content

Commit

Permalink
Merge pull request #381 from openzim/remove-few-debian-ci
Browse files Browse the repository at this point in the history
Remove Debian Bullseye/Buster from CI/CD
  • Loading branch information
kelson42 authored Nov 1, 2023
2 parents c67ebe0 + da116f4 commit 66371fa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
matrix:
distro:
- debian-unstable
- debian-bullseye
- debian-buster
- ubuntu-jammy
- ubuntu-focal
steps:
Expand Down Expand Up @@ -49,20 +47,6 @@ jobs:
with:
args: --no-sign

- uses: legoktm/gh-action-build-deb@debian-bullseye
if: matrix.distro == 'debian-bullseye'
name: Build package for debian-bullseye
id: build-debian-bullseye
with:
args: --no-sign

- uses: legoktm/gh-action-build-deb@debian-buster
if: matrix.distro == 'debian-buster'
name: Build package for debian-buster
id: build-debian-buster
with:
args: --no-sign

- uses: legoktm/gh-action-build-deb@ubuntu-jammy
if: matrix.distro == 'ubuntu-jammy'
name: Build package for ubuntu-jammy
Expand Down

0 comments on commit 66371fa

Please sign in to comment.