Open andersevenrud opened 4 years ago
I sadly haven't found any time to look into this one. It's also [soft] blocked by #5, #3 and #2.
Ugh. Could you make a cron job on a dedicated Raspberry Pi 0W to run the build process and upload to GitHub?
@hello-smile6 I don't have any Pi-s like that lying around.
Well, it only costs $10 for it. Could you consider it?
I can't spend any money on something like this out of my own pocket. And I have drained the few donations that have come in on hosting/domain costs for this year already.
There are free CI services out there that provides ARM support to build projects for free. However, these don't support very long running jobs (like this requires) nor 32-bit architectures (which the Zero is).
So as of now, if you want to do this, you have to do it yourself.
@hello-smile6 If/when I get time to to solve #9 with 32bit (which I now realized I forgot to follow up with my findings) then this could probably be adopted to Github Actions though.
How's this going?