Skip to content

Commit

Permalink
add bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
smeinecke committed Oct 21, 2024
1 parent dbe0f3c commit 53437c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os-version: ["stretch", "buster", "bullseye"]
os-version: ["buster", "bullseye", "bookworm"]
steps:
- uses: actions/checkout@v2
- uses: jtdor/build-deb-action@v1
Expand All @@ -41,6 +41,7 @@ jobs:
stretch
buster
bullseye
bookworm
file: |
./debian/artifacts/*
file_target_version: ${{ matrix.os-version }}
Expand Down

0 comments on commit 53437c9

Please sign in to comment.