diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 08b2abefb..4608a4a0b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -262,7 +262,7 @@ jobs: path: output/* ## - # This job matrix builds the CUDA versions of the libraries for platforms that support CUDA (Linux x64/aarch64) + # This job matrix builds the CUDA versions of the libraries for platforms that support CUDA (using Linux x64 docker) ## build-shared-libs-cuda-docker: strategy: @@ -271,7 +271,7 @@ jobs: matrix: os: [ubuntu-latest] - arch: [x86_64, aarch64] + arch: [x86_64] cuda-version: ['11.8.0', '12.1.1'] build_type: [Release] exclude: