From d16f19f1eb80d115dde4b99eb74baa25c0d4df32 Mon Sep 17 00:00:00 2001 From: Richard Palethorpe Date: Wed, 22 Apr 2026 12:19:55 +0100 Subject: [PATCH] fix(kokoros): Build and publish the backend images from CI/CD (#9487) * fix(kokoros): Build and publish the backend images from CI/CD Signed-off-by: Richard Palethorpe * Delete .claude/agents Signed-off-by: Ettore Di Giacinto * Delete .claude/commands Signed-off-by: Ettore Di Giacinto * Delete .claude/settings.json Signed-off-by: Ettore Di Giacinto * Delete .claude/skills Signed-off-by: Ettore Di Giacinto --------- Signed-off-by: Richard Palethorpe Signed-off-by: Ettore Di Giacinto Co-authored-by: Ettore Di Giacinto --- .github/workflows/backend.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index ec9e91d2d..3000c84ed 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -2584,6 +2584,20 @@ jobs: dockerfile: "./backend/Dockerfile.golang" context: "./" ubuntu-version: '2404' + # kokoros (Rust TTS) + - build-type: '' + cuda-major-version: "" + cuda-minor-version: "" + platforms: 'linux/amd64' + tag-latest: 'auto' + tag-suffix: '-cpu-kokoros' + runs-on: 'ubuntu-latest' + base-image: "ubuntu:24.04" + skip-drivers: 'false' + backend: "kokoros" + dockerfile: "./backend/Dockerfile.rust" + context: "./" + ubuntu-version: '2404' # local-store - build-type: '' cuda-major-version: ""