We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b48a7 commit 27cc32bCopy full SHA for 27cc32b
.github/workflows/ci-arm-build.yml
@@ -14,6 +14,7 @@ on:
14
jobs:
15
build-and-push-arm64:
16
if: github.event_name == 'workflow_dispatch'
17
+ timeout-minutes: 60 # intentionally long to allow for slow builds
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
0 commit comments