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