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 3daf3bf commit df2d4e8Copy full SHA for df2d4e8
.github/workflows/validate-binaries.yml
@@ -96,7 +96,7 @@ jobs:
96
release-matrix: ${{ needs.generate-release-matrix.outputs.matrix }}
97
98
linux-aarch64:
99
- if: inputs.os == 'linux-aarch64'
+ if: inputs.os == 'linux-aarch64' || inputs.os == 'all'
100
needs: generate-release-matrix
101
uses: ./.github/workflows/validate-aarch64-linux-binaries.yml
102
with:
@@ -105,6 +105,7 @@ jobs:
105
torchonly: ${{ inputs.torchonly }}
106
version: ${{ inputs.version }}
107
108
+
109
mac:
110
if: inputs.os == 'macos' || inputs.os == 'all'
111
0 commit comments