From 326f4bf4bc9fe6f77187306625d97ed4907c6a76 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 7 Mar 2026 22:24:56 +0000 Subject: [PATCH] chore(ci): drop voxcpm-cpu on aarm64 (torchcodec is not supported) Signed-off-by: Ettore Di Giacinto --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 2bc4c2593..80e317339 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -1957,7 +1957,7 @@ jobs: - build-type: '' cuda-major-version: "" cuda-minor-version: "" - platforms: 'linux/amd64,linux/arm64' + platforms: 'linux/amd64' tag-latest: 'auto' tag-suffix: '-cpu-voxcpm' runs-on: 'ubuntu-latest'