You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have older Raspberry Pi Zero, plan to use justfile in our application. But I see no armv6 version in the release page.
I could create a pull request to add target in release.yaml, but I'm not sure which target to choose:
arm-unknown-linux-gnueabihf, or
arm-unknown-linux-musleabihf
Thanks
The text was updated successfully, but these errors were encountered:
I'm not familiar with arm targets, but the release targets use musl, so arm-unknown-linux-musleabihf is probably the best bet. Let me know if you run into any issues!
Hi,
We have older Raspberry Pi Zero, plan to use justfile in our application. But I see no armv6 version in the release page.
I could create a pull request to add target in release.yaml, but I'm not sure which target to choose:
Thanks
The text was updated successfully, but these errors were encountered: