openwrt / docker

Docker containers of the ImageBuilder and SDK
GNU General Public License v2.0
463 stars 76 forks source link

ci: switch to GitHub actions #99

Closed aparcar closed 1 year ago

aparcar commented 1 year ago

Instead of using a bunch of shell scripts this uses a single Dockerfile to handle both SDK and ImageBuilder container creation. The CI jobs are fairly straight forward with some shell hacks, however much simpler compare to the previous setup.

I'll get this in shape and merge it as some point - @ynezz objections?

Overal improvements:

Missing:

aparcar commented 1 year ago

@ynezz if you find the time, could you please review this? The setup is much simpler.

ynezz commented 1 year ago

No objections, thanks!