openbouffalo / buildroot_bouffalo

Linux Image for the BL808 CPU by Bouffalo Lab
126 stars 34 forks source link

Github Actions to build images. WIP as we need to update the kernel #2

Closed Fishwaldo closed 1 year ago

Fishwaldo commented 1 year ago

On pushes - We build 2 images:

this action also builds OpenSBI (currently from the bl808_linux repo) and the low_load binaries from https://github.com/openbouffalo/OBLFR repo

Images, when completed, will be present as artifacts on the github actions page for that build

On PR's - We only build the buildroot and do not create full images. This is just to check PR's do not break the buildroot

On Tag'ing a new release, we build both images, and publish them to the releases page when complete.