CI / Build & Test (push) Successful in 3m49s
When building with --all, the bundle used a single addon resolution (darwin-arm64), so the Linux binary tried to load the wrong prebuild and tt-native failed. Patch tt-native binding with a nested resolution map (addon → bare → node → platform → arch) so the runtime selects the correct prebuild per platform; SSH PTY then works on Linux.