Merge pull request #3319 from getchoo-contrib/flatpak-arm

Build Flatpaks for ARM
This commit is contained in:
Alexandru Ionut Tripon 2025-01-19 10:16:41 +02:00 committed by GitHub
commit c79ad73311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -633,10 +633,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
@ -654,6 +668,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 }})