Skip to content

Commit

Permalink
add timeout 1440s on workflow arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 2, 2024
1 parent 66edaf8 commit f6cca63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
type: string

jobs:

build-and-push-arm64-image:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- aarch64

timeout-minutes: 1440

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit f6cca63

Please sign in to comment.