Skip to content

Commit 912bb2a

Browse files
authored
Add setup aarch64 builds for aarch64 testing (#1501)
1 parent 6cbaf70 commit 912bb2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-aarch64-linux-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
no-sudo: true
6666
script: |
6767
set -ex
68+
source ./aarch64_linux/aarch64_ci_setup.sh
69+
echo "/opt/conda/bin" >> $GITHUB_PATH
70+
6871
export ENV_NAME="conda-env-${{ github.run_id }}"
6972
export TARGET_OS="linux-aarch64"
7073
export TORCH_ONLY=${{ inputs.torchonly }}

0 commit comments

Comments
 (0)