Question regarding the dependence on GitHub

Hi, I would like to learn more about uBlue and one of the things that’s not clear to me is, what happens if Microsoft forbids the building of images on GitHub.

Could uBlue migrate to another service the same way regular distros can migrate to any git server and compile the packages locally if it was the only option?

GitHub is designed entirely for things like this, we’re not doing anything strange other than using a hosted service.

compile the packages locally if it was the only option?

Everything in Universal Blue is based on cloud native tech, so it can run anywhere on any infra. Most of the project just uses github actions but Bluefin has local builds with the justfile for all-local builds.

1 Like