forked from rapidsai/cibuildwheel-imgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaxis.yaml
29 lines (29 loc) · 1.28 KB
/
axis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BUILD_IMAGE:
- "rapidsai/citestwheel:cuda-devel-11.8.0-ubuntu18.04"
- "rapidsai/citestwheel:cuda-devel-12.0.1-ubuntu18.04"
- "rapidsai/citestwheel:cuda-devel-11.8.0-ubuntu20.04"
- "rapidsai/citestwheel:cuda-devel-12.0.1-ubuntu20.04"
- "rapidsai/manylinux_v2_2014:cuda-devel-11.8.0-centos7"
- "rapidsai/manylinux_v2_2014:cuda-devel-12.0.1-centos7"
- "rapidsai/manylinux_v2_2_31:cuda-devel-11.8.0-ubuntu20.04"
- "rapidsai/manylinux_v2_2_31:cuda-devel-12.0.1-ubuntu20.04"
RUNNER_ARCH:
- "amd64"
- "arm64"
exclude:
- BUILD_IMAGE: "rapidsai/citestwheel:cuda-devel-11.8.0-ubuntu18.04"
RUNNER_ARCH: "arm64"
- BUILD_IMAGE: "rapidsai/citestwheel:cuda-devel-12.0.1-ubuntu18.04"
RUNNER_ARCH: "arm64"
- BUILD_IMAGE: "rapidsai/citestwheel:cuda-devel-11.8.0-ubuntu20.04"
RUNNER_ARCH: "amd64"
- BUILD_IMAGE: "rapidsai/citestwheel:cuda-devel-12.0.1-ubuntu20.04"
RUNNER_ARCH: "amd64"
- BUILD_IMAGE: "rapidsai/manylinux_v2_2014:cuda-devel-11.8.0-centos7"
RUNNER_ARCH: "arm64"
- BUILD_IMAGE: "rapidsai/manylinux_v2_2_31:cuda-devel-11.8.0-ubuntu20.04"
RUNNER_ARCH: "amd64"
- BUILD_IMAGE: "rapidsai/manylinux_v2_2014:cuda-devel-12.0.1-centos7"
RUNNER_ARCH: "arm64"
- BUILD_IMAGE: "rapidsai/manylinux_v2_2_31:cuda-devel-12.0.1-ubuntu20.04"
RUNNER_ARCH: "amd64"