From 8ffcb385dd5e9d008f37bc122ce85fa0bf13bf4d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 24 Aug 2020 12:24:01 -0700 Subject: [PATCH] build for all arch --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index de974b431..8b783c83d 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -4,11 +4,7 @@ jobs: vmImage: ubuntu-18.04 timeoutInMinutes: 0 variables: - # Do not run the heavy non-amd64 builds for test branches - ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}: ARCHS: amd64 arm64 armhf - ${{ if startsWith(variables['Build.SourceBranchName'], 'test-') }}: - ARCHS: amd64 steps: - script: | sudo apt-get update