Skip to content

Commit 818a340

Browse files
authored
ci : fix (again) arm64 build fails (ggml-org#11895)
* docker : attempt fixing arm64 build on ci * qemu v7.0.0-28
1 parent bf42a23 commit 818a340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151

5252
- name: Set up QEMU
5353
uses: docker/setup-qemu-action@v3
54+
with:
55+
image: tonistiigi/binfmt:qemu-v7.0.0-28
5456

5557
- name: Set up Docker Buildx
5658
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)