Skip to content

Commit

Permalink
Attempt to fix ARM CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Fedotov <[email protected]>
  • Loading branch information
anfedotoff committed Jul 12, 2024
1 parent 7025814 commit 30708a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/bpf/detect.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ func HasLSMPrograms() bool {
return false
}
if strings.Contains(string(b), "bpf") {
return true
return features.HaveProgramType(ebpf.RawTracepoint) == nil
}

return false
}

Expand Down

0 comments on commit 30708a5

Please sign in to comment.