ci: build flatpaks for arm

Signed-off-by: seth <getchoo@tuta.io>
(cherry picked from commit 66f0397087d9b88c93e69c5e26a138d235344546)
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2025-01-18 17:05:17 -05:00
parent 9f199a470c
commit ed2b5d4b0e
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -631,10 +631,24 @@ jobs:
ccache -s
flatpak:
runs-on: ubuntu-latest
name: Flatpak (${{ matrix.arch }})
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
arch: x86_64
- os: ubuntu-22.04-arm
arch: aarch64
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.8
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
@ -652,6 +666,7 @@ jobs:
with:
bundle: PrismLauncher-${{ runner.os }}-${{ env.VERSION }}-Flatpak.flatpak
manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml
arch: ${{ matrix.arch }}
nix:
name: Nix (${{ matrix.system }})