Skip to content

Commit

Permalink
ci: support debian 11/12 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck authored and polardb-bot[bot] committed Dec 28, 2024
1 parent a65f20c commit 37560b4
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, debian11, debian12 ]
steps:
- name: fetch source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 37560b4

Please sign in to comment.