mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
increase ARM build timeout (#8757)
This commit is contained in:
@@ -12,6 +12,9 @@ jobs:
|
|||||||
DOCKER_ARCH: arm32v6
|
DOCKER_ARCH: arm32v6
|
||||||
arm64v8:
|
arm64v8:
|
||||||
DOCKER_ARCH: arm64v8
|
DOCKER_ARCH: arm64v8
|
||||||
|
# The default timeout of 60 minutes is a little low for compiling
|
||||||
|
# cryptography on ARM architectures.
|
||||||
|
timeoutInMinutes: 180
|
||||||
steps:
|
steps:
|
||||||
- bash: set -e && tools/docker/build.sh $(dockerTag) $DOCKER_ARCH
|
- bash: set -e && tools/docker/build.sh $(dockerTag) $DOCKER_ARCH
|
||||||
displayName: Build the Docker images
|
displayName: Build the Docker images
|
||||||
|
|||||||
Reference in New Issue
Block a user