Skip to content

Commit df2d4e8

Browse files
authored
[Validations] Validate aarch64 if all is slected (#1644)
1 parent 3daf3bf commit df2d4e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
release-matrix: ${{ needs.generate-release-matrix.outputs.matrix }}
9797

9898
linux-aarch64:
99-
if: inputs.os == 'linux-aarch64'
99+
if: inputs.os == 'linux-aarch64' || inputs.os == 'all'
100100
needs: generate-release-matrix
101101
uses: ./.github/workflows/validate-aarch64-linux-binaries.yml
102102
with:
@@ -105,6 +105,7 @@ jobs:
105105
torchonly: ${{ inputs.torchonly }}
106106
version: ${{ inputs.version }}
107107
release-matrix: ${{ needs.generate-release-matrix.outputs.matrix }}
108+
108109
mac:
109110
if: inputs.os == 'macos' || inputs.os == 'all'
110111
needs: generate-release-matrix

0 commit comments

Comments
 (0)