Skip to content

Commit 458d359

Browse files
authored
Merge branch 'main' into goreleaser-code-ocb-opamp
2 parents 6d0a6c5 + bc8181c commit 458d359

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515
build:
1616
name: Build
1717
runs-on: ubuntu-24.04
18+
strategy:
19+
fail-fast: false
20+
matrix:
21+
distro:
22+
- otelcol
23+
- otelcol-contrib
24+
- otelcol-k8s
25+
- otelcol-otlp
26+
- otelcol-ebpf-profiler
1827
steps:
1928
- name: Checkout
2029
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -32,3 +41,12 @@ jobs:
3241

3342
- name: Verify
3443
run: make ci
44+
env:
45+
DISTRIBUTIONS: ${{ matrix.distro }}
46+
47+
build-result:
48+
name: "Build Result"
49+
runs-on: ubuntu-latest
50+
needs: build
51+
steps:
52+
- run: echo "Build for all distros succeeded"

0 commit comments

Comments
 (0)