Change hostArchitecture to arm64 for aarch64

This commit is contained in:
Jian Chen 2025-02-07 15:10:33 -08:00
parent 1176c96540
commit cf2ba46ce4

View file

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