Skip to content

Commit ade2ecf

Browse files
authored
feat: drop Debian 12 bookworm s390x variant (#2557)
bookworm s390x is no longer supported by Debian since bookworm transition into LTS support status on 2026-06-11
1 parent 3b32380 commit ade2ecf

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

versions.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
"bookworm": [
2020
"amd64",
2121
"arm64v8",
22-
"ppc64le",
23-
"s390x"
22+
"ppc64le"
2423
],
2524
"bookworm-slim": [
2625
"amd64",
2726
"arm64v8",
28-
"ppc64le",
29-
"s390x"
27+
"ppc64le"
3028
],
3129
"bullseye": [
3230
"amd64",
@@ -72,14 +70,12 @@
7270
"bookworm": [
7371
"amd64",
7472
"arm64v8",
75-
"ppc64le",
76-
"s390x"
73+
"ppc64le"
7774
],
7875
"bookworm-slim": [
7976
"amd64",
8077
"arm64v8",
81-
"ppc64le",
82-
"s390x"
78+
"ppc64le"
8379
],
8480
"bullseye": [
8581
"amd64",
@@ -130,15 +126,13 @@
130126
"amd64",
131127
"arm32v7",
132128
"arm64v8",
133-
"ppc64le",
134-
"s390x"
129+
"ppc64le"
135130
],
136131
"bookworm-slim": [
137132
"amd64",
138133
"arm32v7",
139134
"arm64v8",
140-
"ppc64le",
141-
"s390x"
135+
"ppc64le"
142136
],
143137
"bullseye": [
144138
"amd64",

0 commit comments

Comments
 (0)