Skip to content

Commit

Permalink
Restore docker/setup-qemu-action
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexreinking committed Aug 27, 2024
1 parent f3b48fd commit 79bfd47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
with:
platforms: "arm64"

- name: Build and push image
uses: docker/build-push-action@v6.7.0
with:
Expand Down

0 comments on commit 79bfd47

Please sign in to comment.