Skip to content

Commit 1c0b416

Browse files
committed
Point aarch64 CUDA wheel builds at manylinux2_28_aarch64-builder
1 parent 68ad022 commit 1c0b416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def initialize_globals(
216216
for gpu_arch in CUDA_ARCHES
217217
},
218218
**{
219-
gpu_arch: f"pytorch/manylinuxaarch64-builder:cuda{gpu_arch.replace('-aarch64', '')}"
219+
gpu_arch: f"pytorch/manylinux2_28_aarch64-builder:cuda{gpu_arch.replace('-aarch64', '')}"
220220
for gpu_arch in CUDA_AARCH64_ARCHES
221221
},
222222
**{

0 commit comments

Comments
 (0)