gox 是使用简单,灵活的跨平台golang 编译工具,我们可以快速的生成多平台的可运行文件,和使用go build 类似
一个参考构建命令
gox -ldflags "-X main.version=${VERSION}" -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" .
参考资料
https://github.com/mitchellh/gox
原文地址:https://www.cnblogs.com/rongfengliang/p/12246402.html
时间: 2024-10-12 08:29:41