Skip to content

Releases: flatpak/flatpak-github-actions

v6.3

17 Oct 09:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2...v6.3

v6.2

10 Sep 06:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6...v6.2

v6.1

14 Apr 15:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6...v6.1

v5

24 Dec 14:47
Compare
Choose a tag to compare

v4

25 Aug 22:23
Compare
Choose a tag to compare
v4

Starting from this release, you can easily build your Flatpak for other CPU architectures like aarch64 along with some small bug fixes and dependencies updates.

v3

19 Apr 23:07
dcff068
Compare
Choose a tag to compare
v3

This release brings a ton of new features:

  • Caching support: the action leverage Github caching to cache the .flatpak-builder directory which should speed up the build stage significantly
  • Provides per runtime/SDK docker image: yet another effort to reduce the CI time
  • flat-manager support: add the possibility to publish a successful build to a Flatpak remote repository

Note

  • The original docker image docker.io/bilelmoussaoui/flatpak-github-actions is now deprecated and won't work with v3 as it doesn't provide the necessary tools to build/deploy anymore. Please select a different image based on the runtime you're using. See Docker Image for details.
  • Starting from this release, the repository contains two actions: flatpak-builder (for building & uploading a Flatpak artifact) & flat-manager (for uploading the successful build to a remote repository). Because of that change, we can't update the action in the Github Actions Marketplace due to some limitations. Please refer to the README for the latest & most up to date documentations on how to use the action.

v2

27 Oct 03:55
Compare
Choose a tag to compare

This releases fixes a bunch of issues related to detecting the manifest path/id/branch. It also adds a bunch of tests to ensure we are properly doing things.

v1

24 Oct 00:34
Compare
Choose a tag to compare

First stable release of Flatpak Github Actions! It allows you to build, run tests & create a flatpak bundle that's uploaded to Github artifacts pretty simply. See the README on how to setup that