andyholmes/Flatter
Build and host a Flatpak repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | A list of paths to Flatpak manifests. | yes | — |
| arch | The CPU architecture to build for. | no | x86_64 |
| gpg-sign | The fingerprint of a GPG key to sign the repository with. | no | — |
| cache-key | An optional cache key. | no | flatter |
| upload-bundles | Upload each application as an artifact. | no | false |
| upload-pages-artifact | Upload the repository as a GitHub Pages artifact. | no | false |
| upload-pages-includes | A list of files to include in the GitHub Pages artifact. | no | — |
| run-tests | Build and run tests in a Flatpak environment. | no | false |
| test-config-opts | Extra command-line options for `meson setup` | no | — |
| test-modules | Path to a manifest of dependencies, relative to the root manifest. | no | — |
| flatpak-builder-args | Extra command-line options for `flatpak-builder`. | no | — |
| flatpak-build-bundle-args | Extra command-line options for `flatpak build-bundle`. | no | — |
Outputs
no outputs