Skip to content

Commit ab53808

Browse files
i-kybilelmoussaoui
authored andcommitted
Skip Docker and QEMU setup for non-x86_64 build
Inspired by .github/workflows/flatpak-test.yml
1 parent eacf60a commit ab53808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ jobs:
8686
- uses: actions/checkout@v3
8787
# Docker is required by the docker/setup-qemu-action which enables emulation
8888
- name: Install deps
89+
if: ${{ matrix.arch != 'x86_64' }}
8990
run: |
9091
dnf -y install docker
9192
- name: Set up QEMU
93+
if: ${{ matrix.arch != 'x86_64' }}
9294
id: qemu
9395
uses: docker/setup-qemu-action@v2
9496
with:

0 commit comments

Comments
 (0)