Skip to content

Commit f6cca63

Browse files
add timeout 1440s on workflow arm64
1 parent 66edaf8 commit f6cca63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/docker-arm64.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
type: string
1010

1111
jobs:
12+
1213
build-and-push-arm64-image:
1314
runs-on: ubuntu-latest
1415
strategy:
1516
matrix:
1617
arch:
1718
- aarch64
18-
19+
timeout-minutes: 1440
20+
1921
steps:
2022
- name: Checkout code
2123
uses: actions/checkout@v2

0 commit comments

Comments
 (0)