Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun committed Mar 24, 2022
1 parent a07d3b0 commit ff872f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
@@ -1,6 +1,6 @@
before:
hooks:
- go mod tidy
- go mod tidy -compat=1.17
env:
- CGO_CFLAGS=-I{{ .Env.BPF_OUT }}/libbpf/usr/include
- CGO_LDFLAGS={{ .Env.BPF_OUT }}/libbpf/libbpf.a
Expand Down

0 comments on commit ff872f4

Please sign in to comment.