Skip to content

Commit

Permalink
Add setup aarch64 builds for aarch64 testing (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Aug 29, 2023
1 parent 6cbaf70 commit 912bb2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
no-sudo: true
script: |
set -ex
source ./aarch64_linux/aarch64_ci_setup.sh
echo "/opt/conda/bin" >> $GITHUB_PATH
export ENV_NAME="conda-env-${{ github.run_id }}"
export TARGET_OS="linux-aarch64"
export TORCH_ONLY=${{ inputs.torchonly }}
Expand Down

0 comments on commit 912bb2a

Please sign in to comment.