Skip to content

Commit fefda85

Browse files
committed
CI: Upgrade to Debian 12 for ppc64 and s390x
Debian 11 has reached EOL on these platforms
1 parent e045235 commit fefda85

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,14 @@ jobs:
230230
nodejs_version: "18.17.0"
231231
nodejs_version_major: 18
232232
- platform: linux-s390x
233-
distro: bullseye
233+
distro: bookworm
234234
run_on_arch: s390x
235235
nodejs_arch: s390x
236236
nodejs_hostname: nodejs.org
237237
nodejs_version: "18.17.0"
238238
nodejs_version_major: 18
239239
- platform: linux-ppc64
240-
distro: bullseye
240+
distro: bookworm
241241
run_on_arch: ppc64le
242242
nodejs_arch: ppc64le
243243
nodejs_hostname: nodejs.org

docs/src/content/docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
4848
* macOS ARM64
4949
* Linux ARM (glibc >= 2.31)
5050
* Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
51-
* Linux ppc64 (glibc >= 2.31)
52-
* Linux s390x (glibc >= 2.31)
51+
* Linux ppc64 (glibc >= 2.36)
52+
* Linux s390x (glibc >= 2.36)
5353
* Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
5454
* Windows x64
5555
* Windows x86

npm/linux-ppc64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3333
},
3434
"config": {
35-
"glibc": ">=2.31"
35+
"glibc": ">=2.36"
3636
},
3737
"os": [
3838
"linux"

npm/linux-s390x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3333
},
3434
"config": {
35-
"glibc": ">=2.31"
35+
"glibc": ">=2.36"
3636
},
3737
"os": [
3838
"linux"

0 commit comments

Comments
 (0)