We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1656d22 commit 0ceb5a9Copy full SHA for 0ceb5a9
.github/workflows/validate-aarch64-linux-binaries.yml
@@ -38,10 +38,10 @@ jobs:
38
channel: ${{ inputs.channel }}
39
with-cuda: disable
40
41
- linux:
+ linux-aarch64:
42
needs: generate-aarch64-linux-matrix
43
strategy:
44
- matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
+ matrix: ${{ fromJson(needs.generate-aarch64-linux-matrix.outputs.matrix) }}
45
fail-fast: false
46
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
47
name: ${{ matrix.build_name }}
0 commit comments