Skip to content

Releases: flatpak/flatpak-github-actions

v6.7

Choose a tag to compare

@bbhtt bbhtt released this 06 Apr 10:56
v6.7
401fe28
  • 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

v6.6

Choose a tag to compare

@bbhtt bbhtt released this 19 Oct 00:45
v6.6
  • Specify full URL policy when mirroring screenshots
  • Fix restore cache keys to actually include arch

v6.5

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 19 Apr 17:06
  • Recommend using images from Flathub instead of building our own. They have been failing to build for a long time and as Flathub is the distributor of the various SDKs, it just makes more sense for them to provide the developer-friendly containers/images to be used on CI as well.
  • Update path to the mirrored screenshots
  • Include '.flatpak' suffix in artifact name to avoid conflicts with other artifacts
  • Fix cache to restore cache from correct arch

v6.4

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 16 Feb 09:05

What's Changed

Full Changelog: v6.3...v6.4

v6.3

Choose a tag to compare

@barthalion barthalion released this 17 Oct 09:36

What's Changed

New Contributors

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

v6.2

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 10 Sep 06:36

What's Changed

New Contributors

Full Changelog: v6...v6.2

v6.1

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 14 Apr 15:41

What's Changed

New Contributors

Full Changelog: v6...v6.1

v5

v5

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 24 Dec 14:47

v4

v4

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 25 Aug 22:23

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

v3

Choose a tag to compare

@bilelmoussaoui bilelmoussaoui released this 19 Apr 23:07
dcff068

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.