Skip to content

Commit 79bfd47

Browse files
committed
Restore docker/setup-qemu-action
Actually, we need this because LLVM doesn't cross-compile its own build-time tools. We'll likely need this for Halide, too, for similar reasons.
1 parent f3b48fd commit 79bfd47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
username: ${{ github.actor }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343

44+
- name: Set up QEMU
45+
uses: docker/[email protected]
46+
with:
47+
platforms: "arm64"
48+
4449
- name: Build and push image
4550
uses: docker/[email protected]
4651
with:

0 commit comments

Comments
 (0)