Skip to content

Commit 5c8fd68

Browse files
Add arm64 builds to the libcuvs_c build.yaml matrix (rapidsai#1701)
Extend the rocky8-clib-standalone-build to include arm64 builds for build.yaml Ports the changes of rapidsai#1570 over to build.yaml Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - James Lamb (https://github.com/jameslamb) URL: rapidsai#1701
1 parent 1a0a1d4 commit 5c8fd68

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,19 @@ jobs:
5353
cuda_version:
5454
- &latest_cuda12 '12.9.1'
5555
- &latest_cuda13 '13.1.0'
56+
arch:
57+
- amd64
58+
- arm64
5659
with:
5760
build_type: ${{ inputs.build_type || 'branch' }}
5861
branch: ${{ inputs.branch }}
59-
arch: "amd64"
62+
arch: "${{matrix.arch}}"
6063
date: ${{ inputs.date }}
6164
container_image: "rapidsai/ci-wheel:26.02-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
6265
node_type: "cpu16"
6366
# requires_license_builder: false
6467
script: "ci/build_standalone_c.sh"
65-
artifact-name: "libcuvs_c_${{ matrix.cuda_version }}.tar.gz"
68+
artifact-name: "libcuvs_c_${{ matrix.cuda_version }}_${{ matrix.arch }}.tar.gz"
6669
file_to_upload: "libcuvs_c.tar.gz"
6770
sha: ${{ inputs.sha }}
6871
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN

0 commit comments

Comments
 (0)