Delete ebpf object files (#1190)

Do not track object files in git.
Generate the files with `make bpf` or during `make agent`.
This commit is contained in:
Nimrod Gilboa Markevich
2022-07-11 12:08:20 +03:00
committed by GitHub
parent 5875ba0eb3
commit f220ad2f1a
8 changed files with 27 additions and 4 deletions

View File

@@ -32,6 +32,10 @@ jobs:
id: agent_modified_files
run: devops/check_modified_files.sh agent/
- name: Generate eBPF object files and go bindings
id: generate_ebpf
run: make bpf
- name: Go lint - agent
uses: golangci/golangci-lint-action@v2
if: steps.agent_modified_files.outputs.matched == 'true'