Skip to content

Conversation

@zachmullen
Copy link

On Linux, uname -m will report aarch64 on 64-bit ARM CPUs. The previous logic in this script matched that against the expression aarch*, causing the script to wrongly select the 32-bit ARM architecture identifier, which gives a runtime error when launching the CLI due to the lack of 32-bit dynamic linker on the system (specifically, the error indicates that ld-linux-armhf.so.3 is missing).

@zachmullen zachmullen requested a review from a team as a code owner October 20, 2025 19:57
On Linux, `uname -m` will report `aarch64` on 64-bit ARM CPUs. The previous logic in this script matched that against the expression `aarch*`, causing the script to wrongly select the 32-bit ARM architecture identifier, which gives a runtime error when launching the CLI due to the lack of 32-bit dynamic linker on the system (specifically, the error indicates that `ld-linux-armhf.so.3` is missing).

Signed-off-by: Zach Mullen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant