Skip to content

Commit

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

0 comments on commit 6fe935a

Please sign in to comment.