Skip to content
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

flatpak: use a VM to build the package bundle #307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

claudioandre-br
Copy link
Member

Flatpak and snap don't work inside a Docker container. Gitlab runners are based on Docker (in our case).

So, it's unclear how long we'll be able to build using Gitlab. This PR prepares us to face this future.

For our future, farewell Gitlab.

Describe your changes

In order to be able to test the package, we need to build the image outside of a Docker container. Both snap and flatpak cannot run correctly inside a Docker container.

So, stop using Gitlab to build the flatpak bundle.

@claudioandre-br claudioandre-br added the help wanted Extra attention is needed label Apr 8, 2024
In order to be able to test the package, we need to build the image
outside of a Docker container. Both snap and flatpak cannot run
correctly inside a Docker container.

So, stop using Gitlab to build the flatpak bundle.

Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant