Skip to content

Commit 5996f86

Browse files
committed
Update kind workflow
1 parent bb05a7a commit 5996f86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/kind.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- name: Install build dependencies
18+
run: sudo apt-get install -y clang llvm libbpf-dev
1719
- name: Build auto-instrumentation
1820
run: |
19-
IMG=otel-go-instrumentation:latest make docker-build
21+
IMG=otel-go-instrumentation:latest make docker-build-test
2022
docker save otel-go-instrumentation:latest -o otel-go-instrumentation.tar
2123
- name: Upload Docker image artifact
2224
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4

0 commit comments

Comments
 (0)