Describe the bug
When trying to run Copilot CLI on Debian 11 (LTS), there is a GLIBC issue. This issue doesn't exist on other competing CLI's.
Failed to load package index: /home/user/.copilot/pkg/linux-arm64/0.0.376/index.js Error: Failed to load native module: pty.node, checked: build/Release, build/Debug, prebuilds/linux-arm64: Error: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/user/.copilot/pkg/linux-arm64/0.0.376/prebuilds/linux-arm64/pty.node)
Affected version
latest - get the same error as above
Steps to reproduce the behavior
- Install copilot with npm install -g @github/copilot
- run "copilot"
- See error above
Expected behavior
Copilot runs
Additional context
No response