Skip to content

Commit

Permalink
Set Docker build steps timelimit to 12h
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Apr 29, 2024
1 parent 2aabb26 commit b745a9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -170,3 +173,4 @@ jobs:
push: true
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 720
3 changes: 3 additions & 0 deletions .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -116,3 +118,4 @@ jobs:
push: false
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 720

0 comments on commit b745a9d

Please sign in to comment.