Skip to content

Commit

Permalink
Fix Linux CI pipeline,
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Nov 13, 2024
1 parent a9b62fa commit c93abb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci_build/github/azure-pipelines/linux-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ stages:
- template: templates/py-packaging-linux-test-cpu.yml
parameters:
arch: 'aarch64'
ep: 'cpu'
machine_pool: 'onnxruntime-linux-ARM64-CPU-2019'

- stage: arm64_build_xnnpack
Expand All @@ -328,4 +329,5 @@ stages:
- template: templates/py-packaging-linux-test-cpu.yml
parameters:
arch: 'aarch64'
ep: 'XNNPack'
machine_pool: 'onnxruntime-linux-ARM64-CPU-2019'

0 comments on commit c93abb2

Please sign in to comment.