You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my own custom build utilizing Pi-Gen, I have written a GitHub action that automatically builds the image, which is then available to download directly through GitHub.
This would:
Automatically confirm on each push that the build process isn't broken.
Provide users with a ready-built Raspbian image with the most common settings for download and testing.
Serve as a blueprint for others who might like to build custom images based on Raspbian.
Please feel free to use my existing, open-source action above at a starting point. Or, if there is interest from the devs, I will be happy to contribute a PR for you that would build a Raspbian image with the most common settings.
The text was updated successfully, but these errors were encountered:
We use Gitlab CI for our official builds, but having a github workflow as an example for others would be useful.
I'd merge a PR that builds the default images without customisation.
I'm guessing Github doesn't provide enough disk space to build non-lite images, but that problem should be solved when I add COW support for stage copies.
For my own custom build utilizing Pi-Gen, I have written a GitHub action that automatically builds the image, which is then available to download directly through GitHub.
This would:
Please feel free to use my existing, open-source action above at a starting point. Or, if there is interest from the devs, I will be happy to contribute a PR for you that would build a Raspbian image with the most common settings.
The text was updated successfully, but these errors were encountered: