File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1111 ALPINE_LATEST : " 3.22"
1212 DEBIAN_LATEST : " bookworm"
1313 UBUNTU_LATEST : " 20.4"
14- RASPBIAN_LATEST : " bullseye "
14+ RASPBIAN_LATEST : " bookworm "
1515 PYTHON_LATEST : " 3.13"
1616
1717jobs :
@@ -115,7 +115,7 @@ jobs:
115115 strategy :
116116 matrix :
117117 arch : ${{ fromJson(needs.init.outputs.architectures_debian) }}
118- version : ["bullseye", " bookworm"]
118+ version : ["bookworm"]
119119 steps :
120120 - name : Checkout the repository
121121@@ -204,7 +204,7 @@ jobs:
204204 strategy :
205205 matrix :
206206 arch : ${{ fromJson(needs.init.outputs.architectures_raspbian) }}
207- version : ["bullseye", " bookworm"]
207+ version : ["bookworm"]
208208 steps :
209209 - name : Checkout the repository
210210@@ -247,6 +247,7 @@ jobs:
247247 id-token : write
248248 packages : write
249249 strategy :
250+ fail-fast : false
250251 matrix :
251252 arch : ${{ fromJson(needs.init.outputs.architectures_alpine) }}
252253 version : ["3.20", "3.21", "3.22"]
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ We support the latest 3 release with the latest 3 Alpine version.
4343
4444| Image | OS | Tags | latest |
4545| -------| ----| ------| --------|
46- | armv7-base-debian | Debian | bullseye, bookworm | bookworm |
47- | armhf-base-debian | Debian | bullseye, bookworm | bookworm |
48- | aarch64-base-debian | Debian | bullseye, bookworm | bookworm |
49- | amd64-base-debian | Debian | bullseye, bookworm | bookworm |
50- | i386-base-debian | Debian | bullseye, bookworm | bookworm |
46+ | armv7-base-debian | Debian | bookworm | bookworm |
47+ | armhf-base-debian | Debian | bookworm | bookworm |
48+ | aarch64-base-debian | Debian | bookworm | bookworm |
49+ | amd64-base-debian | Debian | bookworm | bookworm |
50+ | i386-base-debian | Debian | bookworm | bookworm |
5151
5252### Ubuntu images
5353
@@ -64,4 +64,4 @@ We support the latest 3 release with the latest 3 Alpine version.
6464
6565| Image | OS | Tags | latest |
6666| -------| ----| ------| --------|
67- | armhf-base-raspbian | Raspbian | bullseye, bookworm | bullseye |
67+ | armhf-base-raspbian | Raspbian | bookworm | bookworm |
You can’t perform that action at this time.
0 commit comments