CI: Upgrade to Debian 12 for ppc64 and s390x

Debian 11 has reached EOL on these platforms
This commit is contained in:
Lovell Fuller 2025-07-24 17:14:27 +01:00
parent e045235545
commit fefda85d2d
4 changed files with 6 additions and 6 deletions

View File

@ -230,14 +230,14 @@ jobs:
nodejs_version: "18.17.0" nodejs_version: "18.17.0"
nodejs_version_major: 18 nodejs_version_major: 18
- platform: linux-s390x - platform: linux-s390x
distro: bullseye distro: bookworm
run_on_arch: s390x run_on_arch: s390x
nodejs_arch: s390x nodejs_arch: s390x
nodejs_hostname: nodejs.org nodejs_hostname: nodejs.org
nodejs_version: "18.17.0" nodejs_version: "18.17.0"
nodejs_version_major: 18 nodejs_version_major: 18
- platform: linux-ppc64 - platform: linux-ppc64
distro: bullseye distro: bookworm
run_on_arch: ppc64le run_on_arch: ppc64le
nodejs_arch: ppc64le nodejs_arch: ppc64le
nodejs_hostname: nodejs.org nodejs_hostname: nodejs.org

View File

@ -48,8 +48,8 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
* macOS ARM64 * macOS ARM64
* Linux ARM (glibc >= 2.31) * Linux ARM (glibc >= 2.31)
* Linux ARM64 (glibc >= 2.26, musl >= 1.2.2) * Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
* Linux ppc64 (glibc >= 2.31) * Linux ppc64 (glibc >= 2.36)
* Linux s390x (glibc >= 2.31) * Linux s390x (glibc >= 2.36)
* Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2) * Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
* Windows x64 * Windows x64
* Windows x86 * Windows x86

View File

@ -32,7 +32,7 @@
"node": "^18.17.0 || ^20.3.0 || >=21.0.0" "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
}, },
"config": { "config": {
"glibc": ">=2.31" "glibc": ">=2.36"
}, },
"os": [ "os": [
"linux" "linux"

View File

@ -32,7 +32,7 @@
"node": "^18.17.0 || ^20.3.0 || >=21.0.0" "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
}, },
"config": { "config": {
"glibc": ">=2.31" "glibc": ">=2.36"
}, },
"os": [ "os": [
"linux" "linux"