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 Oct 23, 2023
1 parent 6460196 commit f0e6508
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
- debian-buster
- ubuntu-jammy
Expand Down Expand Up @@ -49,6 +50,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 f0e6508

Please sign in to comment.