Skip to content

Commit be3c2cd

Browse files
committed
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.
1 parent 348bd5b commit be3c2cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

versions.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@
3838
],
3939
"bullseye": [
4040
"amd64",
41-
"arm32v7",
4241
"arm64v8"
4342
],
4443
"bullseye-slim": [
4544
"amd64",
46-
"arm32v7",
4745
"arm64v8"
4846
]
4947
}

0 commit comments

Comments
 (0)