Skip to content

Commit

Permalink
Add Debian bookworm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Feb 3, 2024
1 parent b243f44 commit 25515ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
distro:
- debian-unstable
- debian-bookworm
- debian-bullseye
- ubuntu-jammy
- ubuntu-focal
Expand Down Expand Up @@ -48,6 +49,13 @@ jobs:
with:
args: --no-sign

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

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

0 comments on commit 25515ae

Please sign in to comment.