ponsato / ducopanel

21 stars 1 forks source link

Raspberry Pi/Arm32 builds? #2

Open ryanfortner opened 2 years ago

ryanfortner commented 2 years ago

I think adding arm32 support would be great for this project. Do you have any ideas?

ponsato commented 2 years ago

Yes I agree with you.
The only reason it's not set to 32 is that it has to be compiled under an arm32 operating system, and currently I only have arm64 available.
You can try to compile the arm32 version yourself by following the readme.
On the other hand, I have yet to update everything with the latest version of the miner and the latest changes made by the duinocoin team, I will try to get the arm32 version then.

ryanfortner commented 2 years ago

Another option is to create a GitHub Action to automatically compile the builds when a new release is created