Skip to content

Commit 1cf4b7f

Browse files
committed
Deprecate win32-ia32 prebuilt binaries
1 parent e50c0c2 commit 1cf4b7f

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ jobs:
117117
nodejs_version_major: 20
118118
platform: win32-ia32
119119
package: true
120-
- os: windows-2022
121-
nodejs_arch: x86
122-
nodejs_version: "22.21.0"
123-
nodejs_version_major: 22
124-
platform: win32-ia32
125120
- os: windows-2022
126121
nodejs_arch: x64
127122
nodejs_version: "^20.9.0"

docs/src/content/docs/changelog/v0.35.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ slug: changelog/v0.35.0
1616

1717
* Upgrade to libvips v8.18.0 for upstream bug fixes.
1818

19+
* Deprecate Windows 32-bit (win32-ia32) prebuilt binaries.
20+
1921
* Add `withGainMap` to process HDR JPEG images with embedded gain maps.
2022
[#4314](https://github.com/lovell/sharp/issues/4314)
2123

docs/src/content/docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
5050
* Linux s390x (glibc >= 2.36)
5151
* Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
5252
* Windows x64
53-
* Windows x86
54-
* Windows ARM64 (experimental, CPU with ARMv8.4 required for all features)
53+
* Windows x86 (deprecated, Node.js 20 only)
54+
* Windows ARM64 (CPU with ARMv8.4 required for all features)
5555

5656
This provides support for the
5757
JPEG, PNG, WebP, AVIF (limited to 8-bit depth), TIFF, GIF and SVG (input) image formats.

npm/win32-ia32/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@img/sharp-win32-ia32",
33
"version": "0.34.5",
4-
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
4+
"description": "Prebuilt sharp for use with Windows x86 (deprecated)",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",
77
"repository": {
@@ -29,7 +29,7 @@
2929
"./versions": "./versions.json"
3030
},
3131
"engines": {
32-
"node": ">=20.9.0"
32+
"node": "^20.9.0"
3333
},
3434
"os": [
3535
"win32"

0 commit comments

Comments
 (0)