mirror of
https://github.com/lovell/sharp.git
synced 2025-07-26 01:32:27 +02:00
CI: Upgrade to Debian 12 for ppc64 and s390x
Debian 11 has reached EOL on these platforms
This commit is contained in:
parent
e045235545
commit
fefda85d2d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -230,14 +230,14 @@ jobs:
|
||||
nodejs_version: "18.17.0"
|
||||
nodejs_version_major: 18
|
||||
- platform: linux-s390x
|
||||
distro: bullseye
|
||||
distro: bookworm
|
||||
run_on_arch: s390x
|
||||
nodejs_arch: s390x
|
||||
nodejs_hostname: nodejs.org
|
||||
nodejs_version: "18.17.0"
|
||||
nodejs_version_major: 18
|
||||
- platform: linux-ppc64
|
||||
distro: bullseye
|
||||
distro: bookworm
|
||||
run_on_arch: ppc64le
|
||||
nodejs_arch: ppc64le
|
||||
nodejs_hostname: nodejs.org
|
||||
|
@ -48,8 +48,8 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
|
||||
* macOS ARM64
|
||||
* Linux ARM (glibc >= 2.31)
|
||||
* Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
|
||||
* Linux ppc64 (glibc >= 2.31)
|
||||
* Linux s390x (glibc >= 2.31)
|
||||
* Linux ppc64 (glibc >= 2.36)
|
||||
* Linux s390x (glibc >= 2.36)
|
||||
* Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
|
||||
* Windows x64
|
||||
* Windows x86
|
||||
|
@ -32,7 +32,7 @@
|
||||
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
||||
},
|
||||
"config": {
|
||||
"glibc": ">=2.31"
|
||||
"glibc": ">=2.36"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
|
@ -32,7 +32,7 @@
|
||||
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
||||
},
|
||||
"config": {
|
||||
"glibc": ">=2.31"
|
||||
"glibc": ">=2.36"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
|
Loading…
x
Reference in New Issue
Block a user