Skip to content

Commit

Permalink
ci: fix build-base strategy (#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian authored Jun 16, 2023
1 parent f52b150 commit c0730ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-kube-ovn-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
jobs:
build-amd64:
strategy:
matrix:
branch: [master, release-1.11, release-1.9]
fail-fast: false
matrix:
branch: [master, release-1.11, release-1.9]
name: Build AMD64
runs-on: ubuntu-22.04
steps:
Expand All @@ -30,6 +31,7 @@ jobs:

build-arm64:
strategy:
fail-fast: false
matrix:
branch: [master, release-1.11, release-1.9]
name: Build ARM64
Expand All @@ -56,6 +58,7 @@ jobs:

push:
strategy:
fail-fast: false
matrix:
branch: [master, release-1.11, release-1.9]
needs:
Expand Down

0 comments on commit c0730ac

Please sign in to comment.