Skip to content

Commit

Permalink
ci: build aarch64 flatpak images
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Dec 31, 2021
1 parent 14a67e0 commit a657022
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,30 @@ jobs:
runs-on: ubuntu-latest

container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40
image: bilelmoussaoui/flatpak-github-actions:gnome-41
options: --privileged

strategy:
matrix:
arch: [x86_64, aarch64]
# Don't fail the whole workflow if one architecture fails
fail-fast: false
steps:
- uses: actions/checkout@v2

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
platforms: arm64

- name: Install deps
run: |
dnf -y install docker
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: Cozy.flatpak
manifest-path: com.github.geigi.cozy.json
cache-key: "flatpak-builder-${{ github.sha }}"
arch: ${{ matrix.arch }}

0 comments on commit a657022

Please sign in to comment.