@@ -21,12 +21,20 @@ jobs:
2121 - id : debian-11-pdns-base
2222 debian-image-name : python
2323 debian-image-tag : 3.11-slim-bullseye
24+ clang-version : ' 13'
2425 - id : debian-12-pdns-base
2526 debian-image-name : debian
2627 debian-image-tag : bookworm-slim
28+ clang-version : ' 13'
29+ - id : debian-13-pdns-base
30+ debian-image-name : python
31+ debian-image-tag : 3.11-slim-trixie
32+ clang-version : ' 19'
2733 exclude :
2834 - branch-name : rel/auth-4.9.x
2935 image : {id: debian-11-pdns-base, debian-image-name: python, debian-image-tag: 3.11-slim-bullseye}
36+ - branch-name : rel/auth-4.9.x
37+ image : {id: debian-13-pdns-base, debian-image-name: python, debian-image-tag: 3.11-slim-trixie}
3038 - branch-name : rel/auth-4.9.x
3139 runner : ubuntu-24.04-arm
3240 fail-fast : false
6573 DEBIAN_IMAGE_NAME=${{ matrix.image.debian-image-name }}
6674 DEBIAN_IMAGE_TAG=${{ matrix.image.debian-image-tag }}
6775 REPO_BRANCH=${{ matrix.branch-name }}
76+ CLANG_VERSION=${{ matrix.image.clang-version }}
6877 outputs : type=image,push-by-digest=true,name-canonical=true
6978 - name : Export output digest
7079 env :
@@ -92,9 +101,12 @@ jobs:
92101 image-id :
93102 - debian-11-pdns-base
94103 - debian-12-pdns-base
104+ - debian-13-pdns-base
95105 exclude :
96106 - branch-name : rel/auth-4.9.x
97107 image-id : debian-11-pdns-base
108+ - branch-name : rel/auth-4.9.x
109+ image-id : debian-13-pdns-base
98110 fail-fast : false
99111 runs-on : ubuntu-24.04
100112 if : ${{ github.event_name != 'pull_request' }}
@@ -145,6 +157,7 @@ jobs:
145157 image-id :
146158 - debian-11-pdns-base
147159 - debian-12-pdns-base
160+ - debian-13-pdns-base
148161 fail-fast : false
149162 steps :
150163 - name : Get repository name
0 commit comments