From 1fa91212a24d4959e732dfab8b19035f72b6dfe4 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 29 Oct 2021 04:16:24 +0300 Subject: [PATCH] Added s390x for Alpine --- .github/workflows/images_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index b67f1c404..bffc3dde9 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -96,7 +96,7 @@ jobs: echo "::set-output name=is_default_branch::$result" build_base: - timeout-minutes: 90 + timeout-minutes: 30 name: Build base on ${{ matrix.os }} needs: init_build strategy: @@ -173,7 +173,7 @@ jobs: if-no-files-found: error build_base_database: - timeout-minutes: 90 + timeout-minutes: 120 needs: [ "build_base", "init_build"] name: Build ${{ matrix.build }} base on ${{ matrix.os }} strategy: @@ -264,7 +264,7 @@ jobs: if-no-files-found: error build_images: - timeout-minutes: 90 + timeout-minutes: 60 needs: [ "build_base_database", "init_build"] name: Build ${{ matrix.build }} on ${{ matrix.os }} strategy: