nukeop / nuclear

Streaming music player that finds free music for you
https://nuclearplayer.com
GNU Affero General Public License v3.0
12.19k stars 1.06k forks source link

Take in charge linux ARM64 #1731

Open bubu-bubu-85 opened 2 weeks ago

bubu-bubu-85 commented 2 weeks ago

Hello, First thanks for the work ! In order to use Nuclear on a Macbook m1 with Asahi Linux or a raspberry pi5, could you provide ARM64 support for Linux ? Thanks by advance,

nukeop commented 2 weeks ago

arm64 machines for Github Actions are only available with enterprise plans: https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners

Electron builder supports arm64 binaries, but I'm not sure if it's available for Linux: https://www.electron.build/app-builder-lib.enumeration.arch#arm64

So tentatively the answer is no, unless somebody can confirm both points.