Skip to content

Commit

Permalink
Add aarch64 to validation framework (#1491)
Browse files Browse the repository at this point in the history
* Add aarch64 to validation framework

* Add aarch64 to validation framework

* Add aarch64 to validation framework
  • Loading branch information
atalman committed Aug 23, 2023
1 parent 1656d22 commit 0ceb5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
channel: ${{ inputs.channel }}
with-cuda: disable

linux:
linux-aarch64:
needs: generate-aarch64-linux-matrix
strategy:
matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
matrix: ${{ fromJson(needs.generate-aarch64-linux-matrix.outputs.matrix) }}
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
name: ${{ matrix.build_name }}
Expand Down

0 comments on commit 0ceb5a9

Please sign in to comment.