Skip to content

Commit c166a68

Browse files
committed
add release ebpf profiler action
1 parent 94d741f commit c166a68

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Release eBPF Profiler
2+
3+
on:
4+
push:
5+
tags: ["v*"]
6+
7+
jobs:
8+
release:
9+
name: Release ebPF Profiler
10+
uses: ./.github/workflows/base-release.yaml
11+
with:
12+
distribution: otelcol-ebpf-profiler
13+
goos: '[ "linux" ]'
14+
goarch: '[ "amd64" ]'
15+
secrets: inherit
16+
permissions: write-all

0 commit comments

Comments
 (0)