-
-
Notifications
You must be signed in to change notification settings - Fork 161
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: GTS use coreos matched kernel #1456
Conversation
GTS will use the matched kernel of whatever is the current coreos version. Additionally, now uses the convenience tags instead of version numbers for determining which version of fedora to build. Stages having beta builds for F41. feat: deprecate aurora gts fix: remove bad formating chore: more formatting fixes fix: make reusuable build, build again fix: remove unnecessary include
This is now green. Last bits are updating the just scripts and updating the README.md. Our condition checks should move to
|
While Nvidia is being installed using the same method as bazzite/hwe a user is reporting an issue with driver mismatch. |
Nvidia issue was due to an update in between akmods build and the image build. |
fix: rollback helper use stable fix: bluefin-cli only source and run commands if it exists and commands are available
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.
LGTM!
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.
Question: in line 243 of this file (i.e. within the "$IS_COREOS" == "true" branch), there is no BUILD_TAGS+=("stable")
line. Was this omission intentional?
In my fork of the bluefin repo (which is now just a layer of changes over Aurora) I found I had to add that line in my copy of the reusable-build-iso workflow - without it, the "Build Image" step errored out on pushes to the main branch, because the BUILD_TAGS
array was empty there.
GTS will use the matched kernel of whatever is the current coreos version. Additionally, now uses the convenience tags instead of version numbers for determining which version of fedora to build. Stages having beta builds for F41. Deprecate aurora gts