From be3c2cda51ce72ee949680b555b1ef3bad85589e Mon Sep 17 00:00:00 2001 From: Tianon Gravi <admwiggin@gmail.com> Date: Mon, 31 Mar 2025 15:28:47 -0700 Subject: [PATCH] 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. --- versions.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/versions.json b/versions.json index d12fe3ad9..c971f4d43 100644 --- a/versions.json +++ b/versions.json @@ -38,12 +38,10 @@ ], "bullseye": [ "amd64", - "arm32v7", "arm64v8" ], "bullseye-slim": [ "amd64", - "arm32v7", "arm64v8" ] }