Skip to content

Commit de322bf

Browse files
committed
Increase GitHub Actions timeout during packaging (given Docker ARM64)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent f5da0aa commit de322bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
shell: ${{ matrix.platform.shell }}
4444

4545
runs-on: ${{ matrix.platform.os }}
46+
47+
# Building the ARM64 Docker image on QEMU takes forever
48+
timeout-minutes: 60
49+
4650
env:
4751
CC: ${{ matrix.platform.cc }}
4852
CXX: ${{ matrix.platform.cxx }}

0 commit comments

Comments
 (0)