Skip to content

Commit 064e019

Browse files
authored
Remove debian bullseye images (#307)
* Remove bullseye images * Add fail-fast false to Python builds to make restarts easier
1 parent ea92cf3 commit 064e019

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/builder.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
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

1717
jobs:
@@ -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
uses: actions/[email protected]
@@ -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
uses: actions/[email protected]
@@ -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"]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)