Skip to content

Commit c2bf5d7

Browse files
committed
ci(darwin): build the ds4 backend for darwin/arm64 (metal)
The gallery has metal-ds4 / metal-ds4-development entries, and the build recipe exists (make backends/ds4-darwin, special-cased in backend_build_darwin.yml), but ds4 was never listed in the darwin matrix, so no metal-darwin-arm64-ds4 image was ever published and the entries dangled. Add ds4 to the darwin matrix, mirroring the llama-cpp form (the reusable workflow builds it via 'make backends/ds4-darwin'). sherpa-onnx and speaker-recognition are already present in the darwin matrix on master and are not changed here. Assisted-by: claude:claude-opus-4-8 [Claude Code] Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 81ab62e commit c2bf5d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/backend-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4475,3 +4475,6 @@ includeDarwin:
44754475
- backend: "speaker-recognition"
44764476
tag-suffix: "-metal-darwin-arm64-speaker-recognition"
44774477
build-type: "mps"
4478+
- backend: "ds4"
4479+
tag-suffix: "-metal-darwin-arm64-ds4"
4480+
lang: "go"

0 commit comments

Comments
 (0)