We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c370f commit 32d631bCopy full SHA for 32d631b
.github/workflows/go.yml
@@ -32,7 +32,7 @@ jobs:
32
run: uname -a;go generate;ls;
33
34
- name: Install5
35
- run: go build -v -o bin/eBPFeXPLOIT-linux-amd64
+ run: export CGO_ENABLED=0;go build -v -o bin/eBPFeXPLOIT-linux-amd64
36
37
- name: test
38
run: sudo bin/eBPFeXPLOIT-linux-amd64 --help
0 commit comments