-
Notifications
You must be signed in to change notification settings - Fork 175
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: iso build ["1.0" GOAL] #12
Comments
The action here https://github.com/ublue-os/main/blob/main/.github/workflows/release-please.yml seems pretty simple to understand, I figure just small modification would be enough. Another consideration is a possible post-script for Nvidia ISO's. That would either need to be added programmatically, or by the user. |
https://github.com/ublue-os/isogenerator is the secret sauce, just gotta wait for #34 to merge and I think we're good to start implementing this. |
#34 seems to be closed? |
This should have covered it: ublue-os/isogenerator@111381f Following the README in the isogenerator repo should work now for your repo. |
I'm setting this as a goal to be achieved before a future release, as I view it as an important (read: flashy) feature for a user to be able to click click create their own image and very easily install it directly on real hardware (or a vm) the same day. |
I don't know if it's known and being worked on, or just an issue on my side, but the installer always wants to pull any image with the :38 tag, so if one has recipe with 'fedora-version: latest' for example, the installer throws an error as the :38 image doesn't exist. Otherwise it works as it should. |
Good catch, we should add version tags to startingpoint. We probably wont change the tag the ISO pulls. |
Would still be an issue for someone doing 'fedora-version: 37' though, as one previous version of Fedora is supported. Or the next version, 39, once it's beta, if uBlue creates those images. Then there also could be a case of multiple recipes with different versions. Ideally the ISO should get the version from the recipe. Or just fail to build if the version of any recipe doesn't match what's considered latest. |
ISOs don't (and never did) support F37, I can put that in the docs too. You can change the The reason no data is automatically ingested from the recipe is because we'd need it in the |
Bluefin recently got ISO builds and there's progress on that. An ISO build action should be added to be created when needed.
The text was updated successfully, but these errors were encountered: