Skip to content

Commit 6f1d70a

Browse files
authored
s390x arch work around till bpf2go pr#1308 is available (#248)
Signed-off-by: Mohamed Mahmoud <[email protected]>
1 parent b326049 commit 6f1d70a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ generate: prereqs ## Generate artifacts of the code repo (pkg/ebpf and pkg/proto
119119
go generate ./pkg/...
120120
@echo "### Generating gRPC and Protocol Buffers code"
121121
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
122123

123124
.PHONY: docker-generate
124125
docker-generate: ## Create the container that generates the eBPF binaries
File renamed without changes.

0 commit comments

Comments
 (0)