Flatpak Builder
Version updated for https://github.com/flatpak/flatpak-github-actions to version v6.7.
- This action is used across all versions by 147 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Flatpak GitHub Actions” workflow automates the process of building and deploying Flatpak applications within GitHub Actions. It streamlines tasks such as compiling applications using Flatpak manifests, managing build caching, handling multi-architecture builds, and optionally running tests or signing packages. This action helps developers efficiently build, test, and package Flatpak apps directly in their CI/CD pipelines, reducing manual effort and ensuring consistent builds.
What’s Changed
- Bump action to node 24
- Add the git commit as the ostree commit subject
- Allow configurable build/repo/state dirs
- Add keep-build-dirs flag
- Update action dependencies
- Improvements to contributing docs