Skip to content

Commit

Permalink
Add aarch64 to validation framework (#1490)
Browse files Browse the repository at this point in the history
* Add aarch64 to validation framework

* Add aarch64 to validation framework
  • Loading branch information
atalman authored Aug 23, 2023
1 parent 3f1e42f commit 1656d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
channel: ${{ inputs.channel }}
ref: ${{ inputs.ref || github.ref }}

linux:
linux-aarch64:
if: inputs.os == 'linux-aarch64'
uses: ./.github/workflows/validate-aarch64-linux-binaries.yml
with:
Expand Down

0 comments on commit 1656d22

Please sign in to comment.