The bufBuild task always generate image.json, but I need the descriptor set in the usual protoc output format which can be generated by buf build -o image.binpb. The reason I need this format is because that is what envoy transcoder expects.
Happy to contribute with a simple change if this is still active.
The bufBuild task always generate image.json, but I need the descriptor set in the usual protoc output format which can be generated by
buf build -o image.binpb
. The reason I need this format is because that is what envoy transcoder expects.Happy to contribute with a simple change if this is still active.