From a79bf0a004b6adfc90e54651184efc50fda72a97 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 9 Jul 2020 10:29:39 -0700 Subject: [PATCH] build arm snaps --- .../templates/jobs/packaging-jobs.yml | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 9742269e4..0fd03b27a 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -63,12 +63,10 @@ jobs: matrix: amd64: ARCH: amd64 - # Do not run the QEMU jobs for test branches - ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}: - arm64: - ARCH: arm64 - armhf: - ARCH: armhf + arm64: + ARCH: arm64 + armhf: + ARCH: armhf pool: vmImage: ubuntu-18.04 steps: @@ -86,12 +84,10 @@ jobs: matrix: amd64: ARCH: amd64 - # Do not run the QEMU jobs for test branches - ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}: - arm64: - ARCH: arm64 - armhf: - ARCH: armhf + arm64: + ARCH: arm64 + armhf: + ARCH: armhf pool: vmImage: ubuntu-18.04 steps: