Skip to content

Commit

Permalink
Build Flatpak for aarch64 architecture (take 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Jan 18, 2025
1 parent a075cdb commit 7fcd92d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ jobs:
flatpak:
name: "Flatpak"
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
variant:
- arch: x86_64
runner: ubuntu-latest
- arch: aarch64
runner: ARM64
fail-fast: false
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
runs-on: ${{ matrix.variant.runner }}
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
Expand All @@ -27,4 +31,4 @@ jobs:
manifest-path: build-aux/de.k_bo.Televido.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
run-tests: true
arch: ${{ matrix.arch }}
arch: ${{ matrix.variant.arch }}

0 comments on commit 7fcd92d

Please sign in to comment.