fastfetch-cli / fastfetch

A maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
11.02k stars 425 forks source link

[Feature request] Release ARM64 (such as for Raspberry Pi) binaries #434

Closed jahway603 closed 1 year ago

jahway603 commented 1 year ago

Current state: No ARM64 binaries

Wanted state: Please release ARM64 binaries

Why the change is sensible: People run Linux servers on Raspberry Pi type systems.

CarterLi commented 1 year ago

No. fastfetch uses Github Actions to build binaries but GitHub Actions don't provide Linux arm64 build images.

See https://github.com/actions/runner-images/issues/5631

jahway603 commented 1 year ago

Does that mean ARM64 binaries will appear once https://github.com/actions/runner-images/issues/5631 is complete?

CarterLi commented 1 year ago

Yes. You may reopen this issue when it is fixed.

shawaj commented 1 year ago

Can you not just cross-compile using docker/setup-qemu-action?