We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338616a commit 87731c6Copy full SHA for 87731c6
.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
config:
20
- - { tag: "main", dockerfile: ".devops/main.Dockerfile", platform: "linux/amd64,linux/arm64" }
+ - { tag: "main", dockerfile: ".devops/main.Dockerfile", platform: "linux/amd64" }
21
#TODO: the cuda image keeps failing - disable for now
22
# https://github.com/ggerganov/whisper.cpp/actions/runs/11019444428/job/30602020339
23
#- { tag: "main-cuda", dockerfile: ".devops/main-cuda.Dockerfile", platform: "linux/amd64" }
0 commit comments