mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-11 12:59:28 +02:00
ci : fix (again) arm64 build fails
* docker : attempt fixing arm64 build on ci * qemu v7.0.0-28 [imported from https://github.com/ggml-org/llama.cpp /commit/818a340ea8be55b3706e1772527cb8738e90a8c7 (#11895)]
This commit is contained in:
parent
d682e15090
commit
2a9afc4210
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -28,6 +28,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…
Reference in New Issue
Block a user