mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
actions: Build aarch64 flatpak
This commit is contained in:
6
.github/workflows/flatpak.yml
vendored
6
.github/workflows/flatpak.yml
vendored
@@ -13,13 +13,17 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch: [x86_64, aarch64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||||
name: "Build"
|
name: "Build"
|
||||||
with:
|
with:
|
||||||
bundle: com.github.rafostar.Clapper.flatpak
|
bundle: com.github.rafostar.Clapper.flatpak
|
||||||
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper.json
|
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper.json
|
||||||
cache-key: flatpak-builder-${{ github.sha }}
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
arch: ${{ matrix.arch }}
|
||||||
|
Reference in New Issue
Block a user