Change hostArchitecture to arm64 for aarch64

This commit is contained in:
Jian Chen 2025-02-07 15:08:03 -08:00
parent 3737846fae
commit 1176c96540

View file

@ -39,6 +39,10 @@ jobs:
pool:
name: ${{parameters.PoolName}}
os: linux
${{ if eq(parameters.OnnxruntimeArch, 'aarch64') }}:
hostArchitecture: Arm64
${{ if eq(parameters.OnnxruntimeArch, 'x64') }}:
hostArchitecture: x64
steps:
- checkout: self
clean: true