From d131311f8be2412067efe40658e842a36f9dbe8d Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Fri, 14 Jun 2024 10:01:23 -0600 Subject: [PATCH] Actions: fix x86_64 action --- .github/workflows/flatpak.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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