We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ce1bb commit 4496697Copy full SHA for 4496697
1 file changed
.github/workflows/release-layer-collector.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
go-version: '^1.23.1'
65
- name: build
66
- run: make -C collector package GOARCH=${{ matrix.architecture }}
+ run: make -C collector package GOARCH=${{ matrix.architecture }} BUILDTAGS="lambdacomponents.custom,lambdacomponents.all"
67
- uses: actions/upload-artifact@v4
68
69
name: opentelemetry-collector-layer-${{ matrix.architecture }}.zip
0 commit comments