Skip to content

Commit

Permalink
CI: Upgrade linux-s390x to Debian 11
Browse files Browse the repository at this point in the history
Debian LTS does not include s390x and Debian 10 is EOL so this
platform will now require a minimum version of glibc 2.31.
  • Loading branch information
lovell committed Apr 19, 2024
1 parent a1309aa commit 36e60bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -131,12 +131,14 @@ jobs:
matrix:
include:
- platform: linux-arm
distro: buster
run_on_arch: armv6
nodejs_arch: armv6l
nodejs_hostname: unofficial-builds.nodejs.org
nodejs_version: "18.17.0"
nodejs_version_major: 18
- platform: linux-s390x
distro: bullseye
run_on_arch: s390x
nodejs_arch: s390x
nodejs_hostname: nodejs.org
Expand All @@ -147,7 +149,7 @@ jobs:
- uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.run_on_arch }}
distro: buster
distro: ${{ matrix.distro }}
env: |
prebuild_upload: "${{ startsWith(github.ref, 'refs/tags/') && secrets.GITHUB_TOKEN || '' }}"
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Expand Up @@ -45,7 +45,7 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
* macOS ARM64
* Linux ARM (glibc >= 2.28)
* Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
* Linux s390x (glibc >= 2.28)
* Linux s390x (glibc >= 2.31)
* Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
* Windows x64
* Windows x86
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-s390x/package.json
Expand Up @@ -33,7 +33,7 @@
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"glibc": ">=2.28"
"glibc": ">=2.31"
},
"os": [
"linux"
Expand Down

0 comments on commit 36e60bf

Please sign in to comment.