Files
Lukas Wolfsteiner a99a2b964d fix(devcontainer): make install-deps work on arm64/aarch64 (#1217)
Detect container architecture in .devcontainer/install-deps.sh and only
install gcc/g++ multilib packages on amd64, where they are available.

- keep shared dependency set for all architectures
- skip gcc-multilib and g++-multilib on arm64 with a clear log message
- reformat install-deps.sh for readability
- document arm64 devcontainer behavior and current amd64-only build caveats

Fixes #1216
2026-03-05 10:53:14 +01:00
..