From 3865afc5dfad531867837098a6427559237e2bc2 Mon Sep 17 00:00:00 2001 From: ishandhanani <82981111+ishandhanani@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:22:31 -0700 Subject: [PATCH] fix: release workflow should work on both archs (#12110) --- .github/workflows/release-whl-kernel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-whl-kernel.yml b/.github/workflows/release-whl-kernel.yml index 0de00a214..28f06fe15 100644 --- a/.github/workflows/release-whl-kernel.yml +++ b/.github/workflows/release-whl-kernel.yml @@ -23,6 +23,7 @@ jobs: matrix: python-version: ["3.10"] cuda-version: ["12.9"] + arch: [x86_64, aarch64] include: - arch: x86_64 runner: x64-kernel-build-node @@ -113,6 +114,7 @@ jobs: matrix: python-version: ["3.10"] cuda-version: ["13.0"] + arch: [x86_64, aarch64] include: - arch: x86_64 runner: x64-kernel-build-node