Skip to content

Commit

Permalink
Build on debian:12 too.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 29, 2024
1 parent 4de7e2b commit d8a48ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,11 @@ jobs:
build_in_docker:
needs: build_and_test
runs-on: [self-hosted, linux, x64]
strategy:
matrix:
base_image: ['debian:sid-slim', 'debian:12-slim']
env:
BASE_IMAGE: debian:sid-slim
BASE_IMAGE: ${{ matrix.base_image }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d8a48ba

Please sign in to comment.