From d2ab5cffe132d06be6680e74b7393fe9fdbfa411 Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Sat, 20 Mar 2021 22:17:53 +0100 Subject: [PATCH] ci/cd: fix unit tests in arm64 (#11368) --- azure-pipelines.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86445ccbf..3780120ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,7 +50,7 @@ stages: runtime: osx-x64 archiveType: tar artifactName: Jackett.Binaries.macOS.tar.gz - LinuxAmdx64: + LinuxAMDx64: buildDescription: Linux AMD x64 imageName: ubuntu-latest framework: $(netCoreFramework) @@ -354,18 +354,13 @@ stages: imageName: macOS-latest framework: $(netCoreFramework) runtime: osx-x64 - LinuxAmdx64: + LinuxAMDx64: buildDescription: Linux AMD x64 imageName: ubuntu-latest framework: $(netCoreFramework) runtime: linux-x64 - LinuxARM32: - buildDescription: Linux ARM32 - imageName: ubuntu-latest - framework: $(netCoreFramework) - runtime: linux-arm - LinuxARM64: - buildDescription: Linux ARM64 + LinuxARM: + buildDescription: Linux ARM imageName: ubuntu-latest framework: $(netCoreFramework) runtime: linux-arm @@ -461,7 +456,7 @@ stages: buildDescription: macOS imageName: macOS-latest artifactName: Jackett.Binaries.macOS.tar.gz - LinuxAmdx64: + LinuxAMDx64: buildDescription: Linux AMD x64 imageName: ubuntu-latest artifactName: Jackett.Binaries.LinuxAMDx64.tar.gz