os-js / osjs-debian

OS.js v3 Debian Image
Other
14 stars 4 forks source link

Create github action for automated releases #6

Open andersevenrud opened 4 years ago

hello-smile6 commented 3 years ago

How's this going?

andersevenrud commented 3 years ago

I sadly haven't found any time to look into this one. It's also [soft] blocked by #5, #3 and #2.

hello-smile6 commented 3 years ago

Ugh. Could you make a cron job on a dedicated Raspberry Pi 0W to run the build process and upload to GitHub?

andersevenrud commented 3 years ago

@hello-smile6 I don't have any Pi-s like that lying around.

hello-smile6 commented 3 years ago

Well, it only costs $10 for it. Could you consider it?

andersevenrud commented 3 years ago

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.

andersevenrud commented 3 years ago

@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.