We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1015bb0 commit 0a5265cCopy full SHA for 0a5265c
.github/workflows/build_wheels_linux.yml
@@ -130,8 +130,8 @@ jobs:
130
image: ${{ matrix.container_image }}
131
options: ${{ matrix.gpu_arch_type == 'cuda' && '--gpus all' || ' ' }}
132
volumes:
133
- - /node20217:/node20217:rw,rshared
134
- - /node20217:/__e/node20:ro,rshared
+ - ${{ inputs.architecture == 'x86_64' && '/node20217:/node20217:rw,rshared' || ' ' }}
+ - ${{ inputs.architecture == 'x86_64' && '/node20217:/__e/node20:ro,rshared' || ' ' }}
135
timeout-minutes: ${{ inputs.timeout }}
136
steps:
137
- name: Clean workspace
0 commit comments