mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
ci/cd: fix base images in azure pipelines (#12394)
This commit is contained in:
parent
0bd93f8f4e
commit
7f81339c83
1 changed files with 18 additions and 18 deletions
|
@ -31,42 +31,42 @@ stages:
|
||||||
matrix:
|
matrix:
|
||||||
Mono:
|
Mono:
|
||||||
buildDescription: Mono
|
buildDescription: Mono
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
framework: net461
|
framework: net461
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.Mono.tar.gz
|
artifactName: Jackett.Binaries.Mono.tar.gz
|
||||||
Windows:
|
Windows:
|
||||||
buildDescription: Windows
|
buildDescription: Windows
|
||||||
imageName: windows-latest
|
imageName: windows-2019
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: win-x86
|
runtime: win-x86
|
||||||
archiveType: zip
|
archiveType: zip
|
||||||
artifactName: Jackett.Binaries.Windows.zip
|
artifactName: Jackett.Binaries.Windows.zip
|
||||||
macOS:
|
macOS:
|
||||||
buildDescription: macOS
|
buildDescription: macOS
|
||||||
imageName: macOS-latest
|
imageName: macOS-10.15
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: osx-x64
|
runtime: osx-x64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.macOS.tar.gz
|
artifactName: Jackett.Binaries.macOS.tar.gz
|
||||||
LinuxAMDx64:
|
LinuxAMDx64:
|
||||||
buildDescription: Linux AMD x64
|
buildDescription: Linux AMD x64
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
||||||
LinuxARM32:
|
LinuxARM32:
|
||||||
buildDescription: Linux ARM32
|
buildDescription: Linux ARM32
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-arm
|
runtime: linux-arm
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.LinuxARM32.tar.gz
|
artifactName: Jackett.Binaries.LinuxARM32.tar.gz
|
||||||
LinuxARM64:
|
LinuxARM64:
|
||||||
buildDescription: Linux ARM64
|
buildDescription: Linux ARM64
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-arm64
|
runtime: linux-arm64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
|
@ -274,7 +274,7 @@ stages:
|
||||||
- job: Linting_Dotnet
|
- job: Linting_Dotnet
|
||||||
displayName: Linting Dotnet
|
displayName: Linting Dotnet
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-20.04
|
||||||
workspace:
|
workspace:
|
||||||
clean: all
|
clean: all
|
||||||
steps:
|
steps:
|
||||||
|
@ -307,7 +307,7 @@ stages:
|
||||||
- job: Linting_YAML
|
- job: Linting_YAML
|
||||||
displayName: Linting YAML
|
displayName: Linting YAML
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-20.04
|
||||||
workspace:
|
workspace:
|
||||||
clean: all
|
clean: all
|
||||||
steps:
|
steps:
|
||||||
|
@ -335,27 +335,27 @@ stages:
|
||||||
matrix:
|
matrix:
|
||||||
Mono:
|
Mono:
|
||||||
buildDescription: Mono
|
buildDescription: Mono
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
framework: net461
|
framework: net461
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
Windows:
|
Windows:
|
||||||
buildDescription: Windows
|
buildDescription: Windows
|
||||||
imageName: windows-latest
|
imageName: windows-2019
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: win-x86
|
runtime: win-x86
|
||||||
macOS:
|
macOS:
|
||||||
buildDescription: macOS
|
buildDescription: macOS
|
||||||
imageName: macOS-latest
|
imageName: macOS-10.15
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: osx-x64
|
runtime: osx-x64
|
||||||
LinuxAMDx64:
|
LinuxAMDx64:
|
||||||
buildDescription: Linux AMD x64
|
buildDescription: Linux AMD x64
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
LinuxARM:
|
LinuxARM:
|
||||||
buildDescription: Linux ARM
|
buildDescription: Linux ARM
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-arm
|
runtime: linux-arm
|
||||||
pool:
|
pool:
|
||||||
|
@ -440,19 +440,19 @@ stages:
|
||||||
matrix:
|
matrix:
|
||||||
Mono:
|
Mono:
|
||||||
buildDescription: Mono
|
buildDescription: Mono
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
artifactName: Jackett.Binaries.Mono.tar.gz
|
artifactName: Jackett.Binaries.Mono.tar.gz
|
||||||
Windows:
|
Windows:
|
||||||
buildDescription: Windows
|
buildDescription: Windows
|
||||||
imageName: windows-latest
|
imageName: windows-2019
|
||||||
artifactName: Jackett.Binaries.Windows.zip
|
artifactName: Jackett.Binaries.Windows.zip
|
||||||
macOS:
|
macOS:
|
||||||
buildDescription: macOS
|
buildDescription: macOS
|
||||||
imageName: macOS-latest
|
imageName: macOS-10.15
|
||||||
artifactName: Jackett.Binaries.macOS.tar.gz
|
artifactName: Jackett.Binaries.macOS.tar.gz
|
||||||
LinuxAMDx64:
|
LinuxAMDx64:
|
||||||
buildDescription: Linux AMD x64
|
buildDescription: Linux AMD x64
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-20.04
|
||||||
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
@ -513,7 +513,7 @@ stages:
|
||||||
workspace:
|
workspace:
|
||||||
clean: all
|
clean: all
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue