Would you consider a linux aarch64 build? I'm trying to install this on a Jetson Orin Nano and I get this error:
❯ uv add foundry-local-sdk
Using CPython 3.13.12
Creating virtual environment at: .venv
Resolved 33 packages in 527ms
error: Distribution `foundry-local-core==1.0.0 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're on Linux (`manylinux_2_35_aarch64`), but `foundry-local-core` (v1.0.0) only has wheels for the following platforms: `manylinux_2_28_x86_64`, `macosx_11_0_arm64`, `win_amd64`, `win_arm64`; consider adding "sys_platform == 'linux' and platform_machine == 'aarch64'" to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
Would you consider a linux aarch64 build? I'm trying to install this on a Jetson Orin Nano and I get this error: