Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit f8d8cfc

Browse files
authored
Fix almalinux-builder image tag
1 parent 11c17bb commit f8d8cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
repository: "pytorch/builder"
140140
ref: ${{ github.ref }}
141141
job-name: ${{ matrix.build_name }}
142-
docker-image: ${{ (matrix.gpu_arch_type == 'xpu' && matrix.container_image) || (matrix.gpu_arch_version == '12.6' && 'pytorch/almalinux-builder') || 'pytorch/conda-builder' }}
142+
docker-image: ${{ (matrix.gpu_arch_type == 'xpu' && matrix.container_image) || (matrix.gpu_arch_version == '12.6' && 'pytorch/almalinux-builder:cpu-main') || 'pytorch/conda-builder' }}
143143
binary-matrix: ${{ toJSON(matrix) }}
144144
timeout: 180
145145
script: |

0 commit comments

Comments
 (0)