[8.0.1xx] Use correct image name for Arm pool (#19531)

This commit is contained in:
Ella Hathaway 2024-04-19 06:22:44 -07:00 committed by GitHub
parent 903e15eef9
commit ceb2adce4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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