mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Increase timeout, buildx is slow
This commit is contained in:
parent
0874802b3f
commit
cb7fa6a3e8
@ -307,6 +307,7 @@ jobs:
|
||||
#
|
||||
|
||||
- job: BuildDockerImages
|
||||
timeoutInMinutes: 120
|
||||
displayName: 'Build Docker Images'
|
||||
dependsOn: CodeFormatValidation
|
||||
pool:
|
||||
@ -326,7 +327,7 @@ jobs:
|
||||
--amend yacreaderlibraryserver:develop-arm64
|
||||
docker manifest inspect yacreaderlibraryserver:develop
|
||||
docker save yacreaderlibraryserver:develop -o $(Build.ArtifactStagingDirectory)/multiarch.tar
|
||||
displayName: 'Build and Push Multi-Platform Docker Image'
|
||||
displayName: 'Build Multi-Platform Docker Image'
|
||||
|
||||
#
|
||||
# Dev builds publication
|
||||
|
Loading…
Reference in New Issue
Block a user