Skip to content

Commit 27cc32b

Browse files
committed
allow ARM build to go slow
1 parent 06b48a7 commit 27cc32b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-arm-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
build-and-push-arm64:
1616
if: github.event_name == 'workflow_dispatch'
17+
timeout-minutes: 60 # intentionally long to allow for slow builds
1718
runs-on: ubuntu-latest
1819
strategy:
1920
matrix:

0 commit comments

Comments
 (0)