I wanted to ask something important: Are there any plans to move away from GitHub (and GitHub Actions) in the future? Right now, Bazzite seems tightly coupled to GitHub infrastructure, which is owned by Microsoft.
The concern is that if GitHub or Microsoft changes something critical—policies, APIs, or even cuts off access—it could potentially break Bazzite entirely. That’s a big single point of failure.
Is there at least some kind of fallback mechanism or plan in place to ensure updates and builds can continue if GitHub suddenly becomes unavailable or hostile to open source workflows?
Really curious to hear your thoughts on this. Thanks again for pushing the project forward.
Theoretically, it should just be the .github workflow files that would need tweaking, right? The Containerfile and everything else should be already standardized?
pretty much. There is some github related items inside some of our build logic, but pretty simple to change.
However, Github has been quite good to us and most of these changes were made to make local building easier. Which just has the side benefit of making it easier to build on another platform
And the justfiles/devcontainers run locally and anywhere. The ISO generating action uses rclone on purpose so that part’s not tied to anything, though we use and love Cloudflare.
You are so sure about not leaving Github, but have you ever thought about why Microsoft acquired it, what are their real plans with it? They never do something if they don’t make profit with it. How do they make profit from it now?