Skip to content

Commit

Permalink
[Validations] Validate aarch64 if all is slected (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Dec 15, 2023
1 parent 3daf3bf commit df2d4e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
release-matrix: ${{ needs.generate-release-matrix.outputs.matrix }}

linux-aarch64:
if: inputs.os == 'linux-aarch64'
if: inputs.os == 'linux-aarch64' || inputs.os == 'all'
needs: generate-release-matrix
uses: ./.github/workflows/validate-aarch64-linux-binaries.yml
with:
Expand All @@ -105,6 +105,7 @@ jobs:
torchonly: ${{ inputs.torchonly }}
version: ${{ inputs.version }}
release-matrix: ${{ needs.generate-release-matrix.outputs.matrix }}

mac:
if: inputs.os == 'macos' || inputs.os == 'all'
needs: generate-release-matrix
Expand Down

0 comments on commit df2d4e8

Please sign in to comment.