mirror of
https://github.com/jetkvm/kvm.git
synced 2026-05-21 05:20:35 +00:00
a99a2b964d
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