Skip to content
Snippets Groups Projects
Unverified Commit 6f1d70a9 authored by Mohamed S. Mahmoud's avatar Mohamed S. Mahmoud Committed by GitHub
Browse files

s390x arch work around till bpf2go pr#1308 is available (#248)

parent b326049d
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,7 @@ generate: prereqs ## Generate artifacts of the code repo (pkg/ebpf and pkg/proto ...@@ -119,6 +119,7 @@ generate: prereqs ## Generate artifacts of the code repo (pkg/ebpf and pkg/proto
go generate ./pkg/... go generate ./pkg/...
@echo "### Generating gRPC and Protocol Buffers code" @echo "### Generating gRPC and Protocol Buffers code"
protoc --go_out=pkg --go-grpc_out=pkg proto/flow.proto protoc --go_out=pkg --go-grpc_out=pkg proto/flow.proto
@mv ./pkg/ebpf/bpf_bpfeb_s390.go ./pkg/ebpf/bpf_bpfeb_s390x.go
.PHONY: docker-generate .PHONY: docker-generate
docker-generate: ## Create the container that generates the eBPF binaries docker-generate: ## Create the container that generates the eBPF binaries
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment