Skip to content

Commit

Permalink
Initial Leafish Flatpak (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton authored Sep 6, 2021
1 parent 74dd3e7 commit f44cf08
Show file tree
Hide file tree
Showing 5 changed files with 4,100 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Packaging
on:
push:
branches: [master]
pull_request:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-20.08
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@v4
with:
bundle: leafish.flatpak
manifest-path: packaging/flatpak/com.github.terrarier2111.Leafish.yaml
cache-key: flatpak-builder-${{ github.sha }}

Loading

0 comments on commit f44cf08

Please sign in to comment.