From f738063f8939448cbc708bce375c56db0905630f Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 4 Mar 2021 02:37:23 +0000 Subject: [PATCH] azure: temp fix for arm64 (#11225) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c130971c..86445ccbf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 }}