actions: Also build for aarch64 in nightly flatpak

This commit is contained in:
Rafał Dzięgiel
2021-08-27 15:57:18 +02:00
parent 9e8854c5e2
commit 10eb5102c1

View File

@@ -9,6 +9,9 @@ jobs:
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
steps:
- uses: actions/checkout@v2
with:
@@ -19,3 +22,4 @@ jobs:
bundle: com.github.rafostar.Clapper.flatpak
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-testing.json
cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}
arch: ${{ matrix.arch }}