Skip to content

Commit d70c4b5

Browse files
dmathieuflorianl
andauthored
Update .github/workflows/ci-goreleaser-ebpf-profiler.yaml
Co-authored-by: Florian Lehner <florianl@users.noreply.github.com>
1 parent b253827 commit d70c4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-goreleaser-ebpf-profiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
distribution: otelcol-ebpf-profiler
3232
config_file: ebpf-profiler-config
33-
docker_run_options: '--privileged -v /sys/kernel/debug/:/sys/kernel/debug/'
33+
docker_run_options: '--privileged --pid=host -v /sys/kernel/debug/:/sys/kernel/debug/:ro'
3434
otelcol_run_options: '--feature-gates=service.profilesSupport'
3535
goos: '[ "linux" ]'
3636
goarch: '[ "amd64", "arm64" ]'

0 commit comments

Comments
 (0)