Skip to content

Commit 3de20ca

Browse files
dainnilssonCopilot
andcommitted
Only set up QEMU for Linux aarch64, not Windows
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1de7b50 commit 3de20ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@v6
102102

103103
- name: Set up QEMU
104-
if: matrix.target == 'aarch64'
104+
if: matrix.target == 'aarch64' && startsWith(matrix.os, 'ubuntu')
105105
uses: docker/setup-qemu-action@v3
106106
with:
107107
platforms: arm64

0 commit comments

Comments
 (0)