mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
ci/cd: update linux build image to ubuntu-22.04 (#13858)
This commit is contained in:
parent
f2a3de351a
commit
d76325d6bc
1 changed files with 15 additions and 15 deletions
|
@ -52,49 +52,49 @@ stages:
|
||||||
artifactName: Jackett.Binaries.macOSARM64.tar.gz
|
artifactName: Jackett.Binaries.macOSARM64.tar.gz
|
||||||
LinuxAMDx64:
|
LinuxAMDx64:
|
||||||
buildDescription: Linux AMD x64
|
buildDescription: Linux AMD x64
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.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-20.04
|
imageName: ubuntu-22.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-20.04
|
imageName: ubuntu-22.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-arm64
|
runtime: linux-arm64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.LinuxARM64.tar.gz
|
artifactName: Jackett.Binaries.LinuxARM64.tar.gz
|
||||||
LinuxMuslAMDx64:
|
LinuxMuslAMDx64:
|
||||||
buildDescription: Linux musl AMD x64
|
buildDescription: Linux musl AMD x64
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-musl-x64
|
runtime: linux-musl-x64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.LinuxMuslAMDx64.tar.gz
|
artifactName: Jackett.Binaries.LinuxMuslAMDx64.tar.gz
|
||||||
LinuxMuslARM32:
|
LinuxMuslARM32:
|
||||||
buildDescription: Linux musl ARM32
|
buildDescription: Linux musl ARM32
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-musl-arm
|
runtime: linux-musl-arm
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.LinuxMuslARM32.tar.gz
|
artifactName: Jackett.Binaries.LinuxMuslARM32.tar.gz
|
||||||
LinuxMuslARM64:
|
LinuxMuslARM64:
|
||||||
buildDescription: Linux musl ARM64
|
buildDescription: Linux musl ARM64
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-musl-arm64
|
runtime: linux-musl-arm64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
artifactName: Jackett.Binaries.LinuxMuslARM64.tar.gz
|
artifactName: Jackett.Binaries.LinuxMuslARM64.tar.gz
|
||||||
Mono:
|
Mono:
|
||||||
buildDescription: Mono
|
buildDescription: Mono
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
framework: net461
|
framework: net461
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
archiveType: tar
|
archiveType: tar
|
||||||
|
@ -303,7 +303,7 @@ stages:
|
||||||
- job: Linting_Dotnet
|
- job: Linting_Dotnet
|
||||||
displayName: Linting Dotnet
|
displayName: Linting Dotnet
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-20.04
|
vmImage: ubuntu-22.04
|
||||||
workspace:
|
workspace:
|
||||||
clean: outputs
|
clean: outputs
|
||||||
steps:
|
steps:
|
||||||
|
@ -337,7 +337,7 @@ stages:
|
||||||
- job: Linting_YAML
|
- job: Linting_YAML
|
||||||
displayName: Linting YAML
|
displayName: Linting YAML
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-20.04
|
vmImage: ubuntu-22.04
|
||||||
workspace:
|
workspace:
|
||||||
clean: outputs
|
clean: outputs
|
||||||
steps:
|
steps:
|
||||||
|
@ -358,7 +358,7 @@ stages:
|
||||||
- job: Validate_YAML_Schema
|
- job: Validate_YAML_Schema
|
||||||
displayName: Validate YAML Schema
|
displayName: Validate YAML Schema
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-20.04
|
vmImage: ubuntu-22.04
|
||||||
workspace:
|
workspace:
|
||||||
clean: outputs
|
clean: outputs
|
||||||
steps:
|
steps:
|
||||||
|
@ -408,12 +408,12 @@ stages:
|
||||||
runtime: osx-x64
|
runtime: osx-x64
|
||||||
LinuxAMDx64:
|
LinuxAMDx64:
|
||||||
buildDescription: Linux AMD x64
|
buildDescription: Linux AMD x64
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
Mono:
|
Mono:
|
||||||
buildDescription: Mono
|
buildDescription: Mono
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
framework: net461
|
framework: net461
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
pool:
|
pool:
|
||||||
|
@ -504,13 +504,13 @@ stages:
|
||||||
runtime: osx-x64
|
runtime: osx-x64
|
||||||
LinuxAMDx64:
|
LinuxAMDx64:
|
||||||
buildDescription: Linux AMD x64
|
buildDescription: Linux AMD x64
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
Mono:
|
Mono:
|
||||||
buildDescription: Mono
|
buildDescription: Mono
|
||||||
imageName: ubuntu-20.04
|
imageName: ubuntu-22.04
|
||||||
artifactName: Jackett.Binaries.Mono.tar.gz
|
artifactName: Jackett.Binaries.Mono.tar.gz
|
||||||
framework: net461
|
framework: net461
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
|
@ -594,7 +594,7 @@ stages:
|
||||||
workspace:
|
workspace:
|
||||||
clean: outputs
|
clean: outputs
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-20.04
|
vmImage: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: false
|
clean: false
|
||||||
|
|
Loading…
Reference in a new issue