Linux ARM64 CLI 0.10.2 tarball is missing executable permissions #947
hayeon3203
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I encountered a packaging issue while setting up Foundry Local on an NVIDIA GB10 (Linux ARM64) system.
The
foundryandfoundrylocaldbinaries in the officialfoundry-0.10.2-linux-arm64.tar.gzarchive do not have their executable bits set. As a result, the CLI cannot start immediately after extraction.Environment
aarch646.17.0-1014-nvidia0.10.2Previewfoundry-0.10.2-linux-arm64.tar.gzc426c87f13e5c7408818b89be148ebf4c1b83a1d0d4cd8c33d4e7e7abf01304cSteps to reproduce
Download the official Linux ARM64 CLI archive.
Extract it normally:
Inspect the two binaries:
The archive records both files without executable permissions:
Attempting to use the CLI after extraction results in permission/startup errors, including:
Expected behavior
The
foundryandfoundrylocaldfiles should be executable immediately after extracting the official archive.Workaround
Adding the executable bit to both files resolves the problem:
After this change, the CLI starts normally.
Could the Linux ARM64 release packaging preserve executable permissions for these two binaries in future archives?
All reactions