diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 5b8f72a..63b3467 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -17,6 +17,7 @@ jobs: container: image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46 options: --privileged + steps: - uses: actions/checkout@v4 - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master with: @@ -31,10 +32,6 @@ jobs: container: image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46 options: --privileged - strategy: - matrix: - arch: - - aarch64 fail-fast: true steps: - uses: actions/checkout@v4