diff --git a/build.sh b/build.sh new file mode 100644 index 000000000..0d38a9ace --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash +protoc -I pkg/types/v2/ \ + -I${GOPATH}/src/github.com/protocolbuffers/protobuf/src/ \ + --go_out=pkg/types/v2/ --go_opt=paths=source_relative \ + --go-grpc_out=pkg/types/v2/ --go-grpc_opt=paths=source_relative \ + pkg/types/v2/cni.proto