Unverified Commit 3865afc5 authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

fix: release workflow should work on both archs (#12110)

parent 4ea42f7c
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment