Skip to content

Commit 07463d9

Browse files
committed
Dropped win32-ia32 builds (Node 24 no longer ships 32-bit Windows)
1 parent 0bf9563 commit 07463d9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
node:
3030
- 24
3131
include:
32-
- os: windows-latest
33-
node: 24
34-
host: x86
35-
target: x86
3632
- os: macos-latest
3733
node: 24
3834
host: arm64

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The module uses [`prebuild-install`](https://github.com/prebuild/prebuild-instal
4646
* `linux-x64`
4747
* `linuxmusl-arm64`
4848
* `linuxmusl-x64`
49-
* `win32-ia32`
5049
* `win32-x64`
5150

5251
Unfortunately, [prebuild](https://github.com/prebuild/prebuild/issues/174) cannot differentiate between `armv6` and `armv7`, and instead uses `arm` as the `{arch}`. Until that is fixed, you will still need to install `sqlite3` from [source](#source-install).

0 commit comments

Comments
 (0)