Skip to content

Commit

Permalink
disable ubuntu-aarch64 cuda build
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Feb 6, 2024
1 parent b121116 commit 5eef8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5eef8bd

Please sign in to comment.