nodejs / unofficial-builds

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

chore: update Alpine to 3.18 #118

Closed targos closed 5 months ago

targos commented 7 months ago

Closes: https://github.com/nodejs/unofficial-builds/issues/103

mckaygerhard commented 6 months ago

i guess the support of unnoficial builds is to provide to older linux releases a nodejs solution..

this PR makes the nodejs binary unusable in alpine 3.10 and 3.11 and 3.12, that are olders but perfectly usable for some devices.. that dont fit with newer ones.. also it only produces 64bit of such binary!

targos commented 6 months ago

The Alpine build is used by the official Docker images. It will soon be impossible to build it on older GCC versions so this update has to happen. If not now, in the near future.

rvagg commented 6 months ago

@targos I'm happy for you to merge this, I'm trusting you know what you're doing with the timing of this.