Skip to content

Commit

Permalink
ci: fix QEMU to run on linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Feb 2, 2024
1 parent ebcedb1 commit 3326ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: os.name == 'Linux'
with:
platforms: all
- name: Set correct version
Expand Down

0 comments on commit 3326ae1

Please sign in to comment.