Set Docker build steps timelimit to 12h

This commit is contained in:
Maximilian Kratz 2024-04-29 15:05:05 +02:00
parent 2aabb26c23
commit b745a9d5fe
2 changed files with 7 additions and 0 deletions

View file

@ -56,6 +56,7 @@ jobs:
push: true
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 720
build-and-push-image-2023:
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
@ -84,6 +85,7 @@ jobs:
push: true
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 720
# latest is an extra build step because of buggy GitHub Actions if conditions
build-and-push-latest-image:
@ -115,6 +117,7 @@ jobs:
maxkratz/texlive:${{ matrix.year }}
maxkratz/texlive:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 720
build-and-push-image-variants:
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
@ -170,3 +173,4 @@ jobs:
push: true
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 720

View file

@ -46,6 +46,7 @@ jobs:
push: false
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 720
build-image-variants:
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
@ -93,6 +94,7 @@ jobs:
maxkratz/texlive:${{ matrix.year }}
maxkratz/texlive:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 720
# 2016 can not be built with arm64 support
build-2016-image:
@ -116,3 +118,4 @@ jobs:
push: false
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 720