mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-04-16 03:26:08 +00:00
ci : fix (again) arm64 build fails (#11895)
* docker : attempt fixing arm64 build on ci * qemu v7.0.0-28
This commit is contained in:
parent
bf42a23d0a
commit
818a340ea8
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user