mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
actions: Also build for aarch64 in nightly flatpak
This commit is contained in:
4
.github/workflows/flatpak-nightly.yml
vendored
4
.github/workflows/flatpak-nightly.yml
vendored
@@ -9,6 +9,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
|
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch: [x86_64, aarch64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -19,3 +22,4 @@ jobs:
|
|||||||
bundle: com.github.rafostar.Clapper.flatpak
|
bundle: com.github.rafostar.Clapper.flatpak
|
||||||
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-testing.json
|
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-testing.json
|
||||||
cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}
|
cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}
|
||||||
|
arch: ${{ matrix.arch }}
|
||||||
|
Reference in New Issue
Block a user