-
Notifications
You must be signed in to change notification settings - Fork 20
Feat: BIB ISOs #618
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
Feat: BIB ISOs #618
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces ISO building functionality for the Bluefin project, enabling the generation of bootable installation media with customized configurations. The changes implement automated ISO builds through GitHub Actions with support for multiple image variants and optional CloudFlare storage upload.
- Added ISO configuration with kickstart customizations and Anaconda module settings
- Implemented GitHub Actions workflow for automated ISO building with matrix strategy
- Configured support for multiple build combinations and CloudFlare upload functionality
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
iso.toml | Defines ISO customizations including kickstart script and Anaconda module configuration |
.github/workflows/build-iso.yml | Implements automated ISO building workflow with matrix builds and upload options |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Jorge O. Castro <[email protected]>
We'll consolidate all the webui anaconda back in the bluefin repo with the other species, that way we can keep this known good one here. |
We're beinging back BIB ISOs until we come up with something better