-
-
Notifications
You must be signed in to change notification settings - Fork 55
chore(flatpak,iso): get flatpaks from common #1604
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
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 refactors the ISO build workflow to generate a flatpak list dynamically from the common repository's Brewfile format instead of using a pre-existing .list file. The change replaces a GitHub Actions checkout step with an inline git clone and processing pipeline.
- Removes the dedicated checkout step for the common repository
- Adds a new step that clones the common repository and transforms Brewfile entries into a titanoboa-compatible flatpak list
- Changes the flatpaks-list input to use a dynamically generated temporary file instead of a static file path
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Seems to work locally. Not sure about the ISO stuff but it should work. Think we can't build ISOs at the moment because of the bootc bug(?) |
Needs: get-aurora-dev/common#97