From 209c0694f5336a82cbf146f48ee214c1bb32dc3e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 22 Aug 2025 23:36:24 +0200 Subject: [PATCH] Update backend.yml Signed-off-by: Ettore Di Giacinto --- .github/workflows/backend.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 965427f40..6eb957c4f 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -945,6 +945,20 @@ jobs: backend: "kitten-tts" dockerfile: "./backend/Dockerfile.python" context: "./backend" + diffusers-darwin: + uses: ./.github/workflows/backend_build_darwin.yml + with: + backend: "diffusers" + build-type: "mps" + go-version: "1.24.x" + tag-suffix: "-metal-darwin-arm64-diffusers" + use-pip: true + runs-on: "macOS-14" + secrets: + dockerUsername: ${{ secrets.DOCKERHUB_USERNAME }} + dockerPassword: ${{ secrets.DOCKERHUB_PASSWORD }} + quayUsername: ${{ secrets.LOCALAI_REGISTRY_USERNAME }} + quayPassword: ${{ secrets.LOCALAI_REGISTRY_PASSWORD }} mlx-darwin: uses: ./.github/workflows/backend_build_darwin.yml with: @@ -1131,4 +1145,4 @@ jobs: run: | for tag in $(echo "${{ steps.quaymeta.outputs.tags }}" | tr ',' '\n'); do crane push llama-cpp.tar $tag - done \ No newline at end of file + done