Skip to content

Commit

Permalink
ci: Add arm flatpak
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Aug 29, 2024
1 parent 6d8670d commit 7ed903a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,16 @@ jobs:

deploy-flatpak:
needs: test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
suffix: linux

- os: ubuntu-24-arm
suffix: linux-arm

steps:
- name: Checkout
Expand Down

0 comments on commit 7ed903a

Please sign in to comment.