flatpak-github-actions
flatpak-github-actions copied to clipboard
Build your Flatpak application using Github Actions
Hello! When using `flatpak`/`flatpak-builder ` I find it useful to provide verbose output using the `--verbose` flag. What do this project think about allowing to specify this also through this...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
`flatpak-builder`'s flag `--install-deps-from` can be called multiple times to specify multiple repositories.
Migrate the container images from DockerHub to GitHub's container registry. This pull request also bumps the related Docker GitHub Actions and makes the source of Fedora's base image explicit. fixes...
When using the builder action with aarch64 as arch, the action always install aarch64 runtime. To avoid this, generating x86_64 images with aarch64 runtime is a solution. Making images per...
If the `run-test` input is `true`, automatically start a session bus and add `DBUS_SESSION_BUS_ADDRESS` environment variable when modifying the manifest. fixes #25
I am probably missing something important but I can't seem to test dbus services and/or clients: ``` GLib.Error g-spawn-exit-error-quark: Error spawning command line “dbus-launch --autolaunch=180049aac266486c89ec8c79e659685e --binary-syntax --close-stderr”: Child process exited...
When using this github action with an extension (which, as far as I know, creates `runtime/RDDN/arch/version` instead of `app/RDDN/arch/version`), the action fails. According to my logs, it fails because it...