Skip to content

Commit

Permalink
Pass container image to aarch64 test jobs (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 29, 2023
1 parent 99f34d6 commit 6cbaf70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
repository: "pytorch/builder"
ref: ${{ inputs.ref || github.ref }}
job-name: ${{ matrix.build_name }}
docker-image: ${{ matrix.container_image }}
binary-matrix: ${{ toJSON(matrix) }}
no-sudo: true
script: |
Expand Down

0 comments on commit 6cbaf70

Please sign in to comment.