Skip to content

Commit 224f45c

Browse files
committed
add docker_image and zip_keys
1 parent 7655e23 commit 224f45c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

news/2025-05-29-cuda-118.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,31 @@ cuda_compiler_version:
4040
- 11.8 # [linux or win]
4141
- 12.4 # [linux and ppc64le]
4242
- 12.8 # [(linux and not ppc64le) or win]
43+
docker_image: # [linux]
44+
# non-CUDA builds
45+
- quay.io/condaforge/linux-anvil-x86_64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-64"]
46+
- quay.io/condaforge/linux-anvil-aarch64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
47+
- quay.io/condaforge/linux-anvil-ppc64le:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
48+
49+
# CUDA 11.8 builds
50+
- quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8 # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]
51+
# CUDA 11.8 arch: native compilation (build == target)
52+
- quay.io/condaforge/linux-anvil-aarch64-cuda11.8:ubi8 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
53+
- quay.io/condaforge/linux-anvil-ppc64le-cuda11.8:ubi8 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
54+
# CUDA 11.8 arch: cross-compilation (build != target)
55+
- quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]
56+
- quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-64"]
57+
58+
# CUDA 12.x builds
59+
- quay.io/condaforge/linux-anvil-x86_64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-64"]
60+
- quay.io/condaforge/linux-anvil-aarch64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
61+
- quay.io/condaforge/linux-anvil-ppc64le:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
62+
63+
zip_keys: # [linux or win]
64+
- cuda_compiler # [linux or win]
65+
- cuda_compiler_version # [linux or win]
66+
- docker_image # [linux]
67+
4368
# CUDA 11.8 is not compatible with current compilers
4469
c_compiler: # [win]
4570
- vs2019 # [win]

0 commit comments

Comments
 (0)