Skip to content

Commit 5eef8bd

Browse files
committed
disable ubuntu-aarch64 cuda build
1 parent b121116 commit 5eef8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
path: output/*
263263

264264
##
265-
# This job matrix builds the CUDA versions of the libraries for platforms that support CUDA (Linux x64/aarch64)
265+
# This job matrix builds the CUDA versions of the libraries for platforms that support CUDA (using Linux x64 docker)
266266
##
267267
build-shared-libs-cuda-docker:
268268
strategy:
@@ -271,7 +271,7 @@ jobs:
271271

272272
matrix:
273273
os: [ubuntu-latest]
274-
arch: [x86_64, aarch64]
274+
arch: [x86_64]
275275
cuda-version: ['11.8.0', '12.1.1']
276276
build_type: [Release]
277277
exclude:

0 commit comments

Comments
 (0)