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 b326049 commit 6f1d70aCopy full SHA for 6f1d70a
Makefile
@@ -119,6 +119,7 @@ generate: prereqs ## Generate artifacts of the code repo (pkg/ebpf and pkg/proto
119
go generate ./pkg/...
120
@echo "### Generating gRPC and Protocol Buffers code"
121
protoc --go_out=pkg --go-grpc_out=pkg proto/flow.proto
122
+ @mv ./pkg/ebpf/bpf_bpfeb_s390.go ./pkg/ebpf/bpf_bpfeb_s390x.go
123
124
.PHONY: docker-generate
125
docker-generate: ## Create the container that generates the eBPF binaries
pkg/ebpf/bpf_bpfeb_s390.go renamed to pkg/ebpf/bpf_bpfeb_s390x.go
0 commit comments