1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-25 17:27:48 +00:00

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

View file

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