Skip to content

Commit 4496697

Browse files
test
1 parent d6ce1bb commit 4496697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-layer-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
go-version: '^1.23.1'
6565
- name: build
66-
run: make -C collector package GOARCH=${{ matrix.architecture }}
66+
run: make -C collector package GOARCH=${{ matrix.architecture }} BUILDTAGS="lambdacomponents.custom,lambdacomponents.all"
6767
- uses: actions/upload-artifact@v4
6868
with:
6969
name: opentelemetry-collector-layer-${{ matrix.architecture }}.zip

0 commit comments

Comments
 (0)