mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
build for all arch
This commit is contained in:
parent
7dd27b98f2
commit
8ffcb385dd
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue