Use correct image name for Arm pool (#19530)
This commit is contained in:
parent
d5b2281cf2
commit
bdd9e8321c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ parameters:
|
||||||
default:
|
default:
|
||||||
name: $(poolName_LinuxArm64)
|
name: $(poolName_LinuxArm64)
|
||||||
image: $(poolImage_LinuxArm64)
|
image: $(poolImage_LinuxArm64)
|
||||||
demands: ImageOverride -equals $(poolImage_Linux)
|
demands: ImageOverride -equals $(poolImage_LinuxArm64)
|
||||||
hostArchitecture: Arm64
|
hostArchitecture: Arm64
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue