Skip to content

Commit

Permalink
Skip Docker and QEMU setup for non-x86_64 build
Browse files Browse the repository at this point in the history
Inspired by .github/workflows/flatpak-test.yml
  • Loading branch information
i-ky authored and bilelmoussaoui committed Jul 11, 2023
1 parent eacf60a commit ab53808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ jobs:
- uses: actions/checkout@v3
# Docker is required by the docker/setup-qemu-action which enables emulation
- name: Install deps
if: ${{ matrix.arch != 'x86_64' }}
run: |
dnf -y install docker
- name: Set up QEMU
if: ${{ matrix.arch != 'x86_64' }}
id: qemu
uses: docker/setup-qemu-action@v2
with:
Expand Down

0 comments on commit ab53808

Please sign in to comment.