Skip to content

Commit

Permalink
Add Flatpak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Aug 23, 2021
1 parent a0f3260 commit 58dbbe1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Packaging
on:
push:
branches: [master]
pull_request:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
fail-fast: false
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: psst.flatpak
manifest-path: .pkg/FLATPAK/com.github.jpochyla.Psst.yaml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 58dbbe1

Please sign in to comment.