nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
227 stars 47 forks source link

provide windows arm64 lib #71

Open gengjiawen opened 1 year ago

gengjiawen commented 1 year ago
gyp WARN x64 node.lib was not found in https://unofficial-builds.nodejs.org/download/release/v16.17.1/win-x64/node.lib

cc @joaocgreis

richardlau commented 1 year ago

The arm64 .lib is in https://unofficial-builds.nodejs.org/download/release/v16.17.1/win-arm64/node.lib.

gengjiawen commented 1 year ago

Thx, the url is generated from node-gyp, I will patch the lib

richardlau commented 1 year ago

I remember that node-gyp was patched for this a long time ago -- https://github.com/nodejs/node-gyp/pull/1875. Maybe there's been a regression?

gengjiawen commented 1 year ago

Maybe there's been a regression?

Looks like so. I will digin it later.

smorimoto commented 1 year ago

There is currently a special build for GitHub Actions runners in 16.16.0, can you upload the latest 16 and 18 builds?

joaocgreis commented 1 year ago

@smorimoto I published ARM64 Windows in https://unofficial-builds.nodejs.org/download/release/v16.20.0/ and https://unofficial-builds.nodejs.org/download/release/v18.16.0/ . Since v20 it's officially supported, there are no plans to keep publishing v16 and v18 unofficial releases.

@gengjiawen sorry I missed this issue at the time. Is this still an issue?

takost commented 11 months ago

@joaocgreis could you please publish latest 16 (16.20.1) release for windows arm64? It is security release and it doesn't have official or unofficial win-arm64 build.