This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2727
2828 if [[ ${TARGET_OS} == ' windows' ]]; then
2929 python ./test/smoke_test/smoke_test.py
30- elif [[ ${TARGET_OS} == ' aarch64- linux' ]]; then
30+ elif [[ ${TARGET_OS} == ' linux-aarch64 ' ]]; then
3131 python3 ./test/smoke_test/smoke_test.py --package=torchonly
3232 else
3333 python3 ./test/smoke_test/smoke_test.py
Original file line number Diff line number Diff line change 5454 script : |
5555 set -ex
5656 export ENV_NAME="conda-env-${{ github.run_id }}"
57- export TARGET_OS="aarch64- linux"
57+ export TARGET_OS="linux-aarch64 "
5858 eval "$(conda shell.bash hook)"
5959
6060 # Standart case: Validate binaries
Original file line number Diff line number Diff line change 3232 options :
3333 - windows
3434 - linux
35+ - linux-aarch64
3536 - macos
3637 - all
3738 channel :
6566 channel : ${{ inputs.channel }}
6667 ref : ${{ inputs.ref || github.ref }}
6768
69+ linux :
70+ if : inputs.os == 'linux-aarch64'
71+ uses : ./.github/workflows/validate-aarch64-linux-binaries.yml
72+ with :
73+ channel : ${{ inputs.channel }}
74+ ref : ${{ inputs.ref || github.ref }}
75+
6876 mac :
6977 if : inputs.os == 'macos' || inputs.os == 'all'
7078 uses : ./.github/workflows/validate-macos-binaries.yml
You can’t perform that action at this time.
0 commit comments