Skip to content

Commit

Permalink
Added s390x for Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Oct 29, 2021
1 parent f215087 commit 1fa9121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/images_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1fa9121

Please sign in to comment.