Uh oh!
There was an error while loading. Please reload this page.
feat: Node.js Alpine arm64 Unofficial Builds - #2476
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
076322d to
924f032Compare
This comment was marked as outdated.
This comment was marked as outdated.
nschonni
commented
May 1, 2026
@MikeMcC399 thanks for pointing that out. I'm just trying to see if I can get the matrix to run/generate on x64/ARM for now |
This comment was marked as outdated.
This comment was marked as outdated.
nschonni
commented
May 1, 2026
Flipped out of review, as I figured out how to get the generated matrix to run on both x64 and ARM64 ubuntu for our smoke testing. Might be a concern around increasing the matrix size, but the jobs aren't particularly long |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
nschonni
commented
May 7, 2026
If I want to use this, I'll need to rebase and include the 26 parts |
MikeMcC399
commented
May 8, 2026
This probably also has implications for the update readiness checks, since non-security releases should only proceed if musl builds for both amd64 & arm64 are available. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
nschonni
commented
May 8, 2026
I'll need to rebase again later, can't do it from the web |
MikeMcC399
commented
May 20, 2026
Having to wait for the arm64 musl build to complete every time looks like it could put additional hours on to the processing of a version update, delaying also Debian readiness, unless unofficial builds gets supercharged! |
MikeMcC399
commented
Jul 10, 2026
It seems likely that future In that case this PR would cause an exception by retaining a dependency on https://unofficial-builds.nodejs.org. for I suggest not to pursue the change proposed in this PR, and instead plan to use the official build for |
nschonni
commented
Jul 13, 2026
Closing this. I think it's better to rely on the Official releases going forward, and whether we still get the ARM builds included on the docker hub can be a separate discussion |
Description
Fixes#2475
Motivation and Context
I'm not sure if this actually is better than dropping the unofficial builds for all the Alpine builds, but opening as a draft.
Testing Details
I have no ARM64 devices to try the compilation on
Example Output(if appropriate)
Types of changes
Checklist