docs: add supported architectures section#2498
Conversation
ba00e06 to
dabd72a
Compare
dabd72a to
1f951b7
Compare
|
https://github.com/nodejs/node/blob/main/BUILDING.md#platform-list has now been changed to refer explicitly to only Tier 1 & 2:
|
1f951b7 to
8b50e8e
Compare
Requested changes from @sxa were implemented
sxa
left a comment
There was a problem hiding this comment.
I feel the word "rigourously" in the final sentence about no-x64 platforms is doing a lot of heavy lifting to the point I'd prefer to state that it's explicitly untested or similar as we have no testing at all on that platform at the moment, but I'll approve and let you decide whether to update that :-)
Maybe add a link into the Alpine->tier 2 issue for anyone who would like things to change...
Agreed, as I've updated this to remove the word.
I'd like to formulate this in a separate PR. Perhaps we could put together a job description concerning tasks, skills, etc.? |
Co-Authored-By: Stewart X Addison <6487691+sxa@users.noreply.github.com>
626cd60 to
73bc468
Compare
Description
Add a new section "Supported architectures" to the README.md document.
Motivation and Context
The README.md document does not currently describe the support status of the underlying architectures used in the
nodeDocker images.Debian images (
trixie,bookworm&bullseye) all use architectures covered in Node.js Support tiers 1 & 2. These areglibcC library based.Alpine images rely on
muslC library support from nodejs/unofficial-builds that are classified as "Experimental".node:alpine*images are in wide and successful use since their introduction 10 years ago. Users who choose these images should nevertheless be made aware of the support status of the images. Docker Hub node does not describe support categories.nodejs/node#62764 seeks to promote Alpine from "Experimental" to "Tier 2" and awareness of the current status may assist in recruiting volunteers to provide additional support and achieve the needed support level promotion.
Testing Details
N/A - documentation change only
Types of changes
Checklist