chore: zip full source and upload it to release

This commit is contained in:
mzz2017
2023-03-22 23:38:34 +08:00
parent f284322d9b
commit 7adbb2fbb9
2 changed files with 26 additions and 4 deletions

View File

@ -5,4 +5,4 @@
package control
//go:generate go run github.com/cilium/ebpf/cmd/bpf2go -cc "$BPF_CLANG" "$BPF_STRIP_FLAG" -cflags "$BPF_CFLAGS" -target "$BPF_TARGET" bpf kern/tproxy.c -- -I./headers
//go:generate go run -mod=mod github.com/cilium/ebpf/cmd/bpf2go -cc "$BPF_CLANG" "$BPF_STRIP_FLAG" -cflags "$BPF_CFLAGS" -target "$BPF_TARGET" bpf kern/tproxy.c -- -I./headers