feat(build): 添加 linux amd64 平台的逻辑编译脚本

在 build.bat 中新增 gox 编译命令,用于构建 linux amd64
This commit is contained in:
2025-10-10 23:00:07 +08:00
parent e2c3c5abb6
commit a1f6ce956e
4 changed files with 26 additions and 3 deletions

View File

@@ -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"