This commit is contained in:
jagger 2024-05-15 11:22:06 +08:00
parent 6a5526289b
commit 721250004c
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ rpc-gen:
goctl rpc protoc ./pb/*.proto --go_out=./ --go-grpc_out=./ --zrpc_out=.
pcm-participant-octopus:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-participant-octopus octopus.go
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o pcm-octopus octopus.go