Skip to content

Commit

Permalink
Update kind workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jan 15, 2025
1 parent bb05a7a commit 5996f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install build dependencies
run: sudo apt-get install -y clang llvm libbpf-dev
- name: Build auto-instrumentation
run: |
IMG=otel-go-instrumentation:latest make docker-build
IMG=otel-go-instrumentation:latest make docker-build-test
docker save otel-go-instrumentation:latest -o otel-go-instrumentation.tar
- name: Upload Docker image artifact
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
Expand Down

0 comments on commit 5996f86

Please sign in to comment.