Skip to content

Commit

Permalink
Actions: fix x86_64 action
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Jun 14, 2024
1 parent 76fb49e commit d131311
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d131311

Please sign in to comment.