[8.0.1xx] Use correct image name for Arm pool (#19531)
This commit is contained in:
parent
903e15eef9
commit
ceb2adce4f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,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