azure: temp fix for arm64 (#11225)

This commit is contained in:
ilike2burnthing 2021-03-04 02:37:23 +00:00 committed by GitHub
parent 73288f7ba1
commit f738063f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ stages:
buildDescription: Linux ARM64
imageName: ubuntu-latest
framework: $(netCoreFramework)
runtime: linux-arm64
runtime: linux-arm
pool:
vmImage: $(imageName)
displayName: ${{ variables.buildDescription }}