mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
ci/cd: fix unit tests in arm64 (#11368)
This commit is contained in:
parent
6f51633185
commit
d2ab5cffe1
1 changed files with 5 additions and 10 deletions
|
@ -50,7 +50,7 @@ stages:
|
||||||
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-latest
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
|
@ -354,18 +354,13 @@ stages:
|
||||||
imageName: macOS-latest
|
imageName: macOS-latest
|
||||||
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-latest
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
LinuxARM32:
|
LinuxARM:
|
||||||
buildDescription: Linux ARM32
|
buildDescription: Linux ARM
|
||||||
imageName: ubuntu-latest
|
|
||||||
framework: $(netCoreFramework)
|
|
||||||
runtime: linux-arm
|
|
||||||
LinuxARM64:
|
|
||||||
buildDescription: Linux ARM64
|
|
||||||
imageName: ubuntu-latest
|
imageName: ubuntu-latest
|
||||||
framework: $(netCoreFramework)
|
framework: $(netCoreFramework)
|
||||||
runtime: linux-arm
|
runtime: linux-arm
|
||||||
|
@ -461,7 +456,7 @@ stages:
|
||||||
buildDescription: macOS
|
buildDescription: macOS
|
||||||
imageName: macOS-latest
|
imageName: macOS-latest
|
||||||
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-latest
|
||||||
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue