Skip to content

Commit

Permalink
Try to run qemu only for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Jan 16, 2024
1 parent 8b09e05 commit de9c6c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
path: 'repo'
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
if: startsWith(${{ matrix.image }}, "arm")
with:
platforms: ${{ matrix.qemu_arch }}
- name: build
Expand Down

0 comments on commit de9c6c5

Please sign in to comment.