Skip to content

Commit

Permalink
Add flatpak builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Dec 21, 2024
1 parent eebdb71 commit 31a60a2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/flatpak-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches: [main]
pull_request:
name: Flatpak Builder
jobs:
build:
name: Build
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Flatpak Builder
uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: io.github.flattool.Ignition.flatpak
manifest-path: build-aux/io.github.flattool.Ignition.json

0 comments on commit 31a60a2

Please sign in to comment.