test on all archs

This commit is contained in:
Brad Warren 2021-04-05 12:44:22 -07:00
parent 22a7764a86
commit ff94cf873a

View file

@ -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: |