Skip to content

Commit

Permalink
ci : fix (again) arm64 build fails (#11895)
Browse files Browse the repository at this point in the history
* docker : attempt fixing arm64 build on ci

* qemu v7.0.0-28
  • Loading branch information
ngxson authored Feb 16, 2025
1 parent bf42a23 commit 818a340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 818a340

Please sign in to comment.