From ff94cf873a2784f4fb1adeb467057e23dc3a54f7 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 5 Apr 2021 12:44:22 -0700 Subject: [PATCH] test on all archs --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index f739a33e0..2791c1ea1 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -6,12 +6,10 @@ jobs: matrix: amd64: SNAP_ARCH: amd64 - # Do not run the heavy non-amd64 builds for test branches - ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}: - armhf: - SNAP_ARCH: armhf - arm64: - SNAP_ARCH: arm64 + armhf: + SNAP_ARCH: armhf + arm64: + SNAP_ARCH: arm64 timeoutInMinutes: 0 steps: - script: |