Skip to content

Commit

Permalink
flatpak-builder: add configuration option for local repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
twelho committed Jun 6, 2023
1 parent eacf60a commit 11bf851
Show file tree
Hide file tree
Showing 6 changed files with 827 additions and 819 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
| `arch` | Specifies the CPU architecture to build for | Optional | `x86_64` |
| `mirror-screenshots-url` | Specifies the URL to mirror screenshots | Optional | - |
| `gpg-sign` | The key to sign the package | Optional | - |
| `local-repository` | The path to the local OSTree repository used to export the built artifacts to and build the bundle from. If the path exists, it must point to a valid OSTree repository, otherwise a new repository will be created. | Optional | `repo` |
| `verbose` | Enable verbosity | Optional | `false` |

#### Building for multiple CPU architectures
Expand Down
Loading

0 comments on commit 11bf851

Please sign in to comment.