Skip to content

Commit

Permalink
Initial Psst Flatpak
Browse files Browse the repository at this point in the history
Co-authored-by: Ozymandias42 <[email protected]>
  • Loading branch information
TheEvilSkeleton and Ozymandias42 committed Aug 23, 2021
1 parent 4f67264 commit eedb149
Show file tree
Hide file tree
Showing 4 changed files with 3,575 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 }}
Loading

0 comments on commit eedb149

Please sign in to comment.