ci: make bazel alpine build mandatory
This commit is contained in:
7
.github/workflows/docker_bazel.yml
vendored
7
.github/workflows/docker_bazel.yml
vendored
@@ -8,12 +8,9 @@ jobs:
|
||||
continue-on-error: ${{ matrix.allow_failure }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
allow_failure: false
|
||||
matrix:
|
||||
distro: [archlinux, centos, debian, fedora, opensuse, ubuntu]
|
||||
allow_failure: [false]
|
||||
include:
|
||||
- distro: alpine
|
||||
allow_failure: true
|
||||
distro: [alpine, archlinux, centos, debian, fedora, opensuse, ubuntu]
|
||||
env:
|
||||
DISTRO: ${{ matrix.distro }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user