mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
test on all archs
This commit is contained in:
parent
22a7764a86
commit
ff94cf873a
1 changed files with 4 additions and 6 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue