Skip to content

Commit

Permalink
s390x arch work around till bpf2go pr#1308 is available (#248)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 authored Jan 16, 2024
1 parent b326049 commit 6f1d70a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ generate: prereqs ## Generate artifacts of the code repo (pkg/ebpf and pkg/proto
go generate ./pkg/...
@echo "### Generating gRPC and Protocol Buffers code"
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
docker-generate: ## Create the container that generates the eBPF binaries
Expand Down
File renamed without changes.

0 comments on commit 6f1d70a

Please sign in to comment.