You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(release): add Windows ARM64 and Linux musl prebuilt binary support
Add aarch64-pc-windows-msvc, x86_64-unknown-linux-musl, and
aarch64-unknown-linux-musl as build targets in the release pipeline,
NAPI config, and publish scripts. Add libc field to CLI platform
packages for correct npm resolution on musl vs glibc systems. Add
install test jobs for Windows ARM64, Linux musl x64 (Docker), and
Linux musl arm64 (QEMU). Document supported platforms in the getting
started guide.
Prebuilt binaries are distributed for the following platforms (grouped by [Node.js v24 platform support tier](https://github.com/nodejs/node/blob/v24.x/BUILDING.md#platform-list)):
38
+
39
+
- Tier 1
40
+
- Linux x64 glibc (`x86_64-unknown-linux-gnu`)
41
+
- Linux arm64 glibc (`aarch64-unknown-linux-gnu`)
42
+
- Windows x64 (`x86_64-pc-windows-msvc`)
43
+
- macOS x64 (`x86_64-apple-darwin`)
44
+
- macOS arm64 (`aarch64-apple-darwin`)
45
+
- Tier 2
46
+
- Windows arm64 (`aarch64-pc-windows-msvc`)
47
+
- Experimental
48
+
- Linux x64 musl (`x86_64-unknown-linux-musl`)
49
+
- Other
50
+
- Linux arm64 musl (`aarch64-unknown-linux-musl`)
51
+
52
+
:::
53
+
35
54
## Node.js Version Manager
36
55
37
56
Vite+ includes a built-in Node.js version manager. During installation, you can opt-in to let Vite+ manage your Node.js versions.
0 commit comments