mirror of
https://github.com/nodejs/docker-node.git
synced 2025-04-18 17:04:01 +03:00
Remove arm32v7 from bullseye variants of Node 23
+ node --version node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by node) node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by node) I *believe* this is the correct change, but I'm not 100% sure -- I don't see anything in this repository that writes to `versions.json`, so it appears to be hand-maintained and thus this is the correct change for `stackbrew.js` to generate the appropriate contents.
This commit is contained in:
parent
348bd5bf87
commit
be3c2cda51
@ -38,12 +38,10 @@
|
||||
],
|
||||
"bullseye": [
|
||||
"amd64",
|
||||
"arm32v7",
|
||||
"arm64v8"
|
||||
],
|
||||
"bullseye-slim": [
|
||||
"amd64",
|
||||
"arm32v7",
|
||||
"arm64v8"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user