Skip to content

Commit

Permalink
feat: support debian 12 package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Dec 27, 2024
1 parent a65f20c commit ee04d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
base_image: [ ubuntu20.04, ubuntu22.04, ubuntu24.04 ]
base_image: [ ubuntu20.04, ubuntu22.04, ubuntu24.04, debian12 ]
steps:
- name: fetch source code
uses: actions/checkout@v4
Expand Down

0 comments on commit ee04d6c

Please sign in to comment.