mirror of
https://github.com/Jackett/Jackett
synced 2024-12-24 16:56:10 +00:00
azure: temp fix for arm64 (#11225)
This commit is contained in:
parent
73288f7ba1
commit
f738063f89
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue