From c822f0ab0c435308cf5bc48194a2d29f0b82f1f8 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Fri, 4 Mar 2022 03:27:36 -0400 Subject: [PATCH] fix(build): arm64 add extra time when building from scratch (#3738) --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5474cc8f..6f6e50f9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,7 +24,7 @@ env: jobs: build: name: Build images - timeout-minutes: 60 + timeout-minutes: 90 runs-on: ubuntu-latest steps: