Skip to content

Commit

Permalink
Add Bookworm CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
geniejhang authored Dec 3, 2024
1 parent eb886b9 commit 22d6ea1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ jobs:
os-version: bullseye
packaging: ${{ startsWith(github.ref, 'refs/tags') }}
secrets: inherit
bookworm:
uses: ./.github/workflows/build.yml
with:
os-version: bookworm
packaging: ${{ startsWith(github.ref, 'refs/tags') }}
secrets: inherit
release:
if: ${{ startsWith(github.ref, 'refs/tags') }}
needs: [buster, bullseye]
needs: [buster, bullseye, bookworm]
uses: ./.github/workflows/release.yml
with:
tag: ${{ github.ref_name }}

0 comments on commit 22d6ea1

Please sign in to comment.