You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CHAOSPLT-579] Fix eBPF warnings + fix eBPF CI (#949)
* fix: architecture of ebpf program
Generate the ebpf binary in a folder representing the build architecture to fix our internal CI.
* fix: ebpf warnings
Jira: CHAOSPLT-579
# create a dummy container with volume to store files
111
111
# circleci remote docker does not allow to use volumes, locally we fallbakc to standard volume but can call this target with USE_VOLUMES=true to debug if necessary
@@ -115,12 +115,19 @@ ifeq (true,$(USE_VOLUMES))
115
115
-docker cp . ebpf-volume:/app
116
116
-docker rm ebpf-builder
117
117
docker run --platform linux/$(GOARCH) --volumes-from ebpf-volume --name=ebpf-builder ebpf-builder-$(GOARCH)
0 commit comments