feat(build): 添加 linux amd64 平台的逻辑编译脚本 在 build.bat 中新增 gox 编译命令,用于构建 linux amd64
@@ -2,3 +2,4 @@ gf pack modules/base/resource modules/base/packed/packed.go -p modules/base/reso
protoc --go_out=./ --go-grpc_out=./ manifest\proto\rpc.proto
gox -os "linux" -arch amd64 -output "logic"
The note is not visible to the blocked user.