-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pi-gen-action to build 32- and 64-bit RaspAP images #1688
Labels
Comments
💎 $300 bounty • RaspAPSteps to solve:
Thank you for contributing to RaspAP/raspap-webgui! Add a bounty • Share on socials
|
/attempt #1688
|
/attempt #1688
|
💡 @Dhanus3133 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Is the issue still looking for solutions? |
Yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Many users have requested a 32- or 64-bit Lite (bookworm) SD card image with a RaspAP installation. A pre-built image achieves two goals:
Describe the solution you'd like
The pi-gen-action wraps pi-gen to make it easily accessible in GitHub workflows. Generated images can subsequently be used in workflows, e.g. uploaded as build artifacts or further processed.
pi-gen
is the official tool to generate Raspberry Pi OS images that can be flashed on SD cards. A custom user stage may be defined to execute RaspAP's quick installer with the following optional flags (1 = enabled):After booting the OS with RaspAP, the user may then opt to disable any of these components that aren't needed.
The build will be triggered whenever the master branch of the
/RaspAP/raspap-webgui
repository is updated. For a repo other than the current one, this can be done with a repository dispatch event and triggered by a webhook. Generated images will be uploaded as artifacts that are accessible to end users.Describe alternatives you've considered
While not a strict requirement,
pi-gen-action
appears to provide a beaten path to creating the desired GitHub workflow.Additional context
Refer to the pi-gen repository for detailed information on the scripts and its usage.
The text was updated successfully, but these errors were encountered: