Skip to content

Commit 0ffbf80

Browse files
author
Maik Hummel
committed
Pipeline: Increase timeout
1 parent 1e1cee4 commit 0ffbf80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
tags: ["v*.*.*"]
99

1010
env:
11-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/ppc64le
11+
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/s390x,linux/ppc64le
1212

1313
jobs:
1414
main:
1515
runs-on: ubuntu-20.04
16-
timeout-minutes: 5
16+
timeout-minutes: 20
1717
steps:
1818
- name: Check out the repo
1919
uses: actions/checkout@v2

0 commit comments

Comments
 (0)