mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Change hostArchitecture to arm64 for aarch64
This commit is contained in:
parent
1176c96540
commit
cf2ba46ce4
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue