Skip to content

Commit

Permalink
Add flatpak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan authored Oct 30, 2023
1 parent 9ece85d commit f45356b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: flatpak

on:
workflow_dispatch:
push:
branches: [preview]
pull_request:

jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: amiberry.flatpak
manifest-path: ./flatpak/com.blitterstudio.amiberry.yml
cache-key: flatpak-builder-${{ github.sha }}
arch: x86_64

0 comments on commit f45356b

Please sign in to comment.