You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
$ gf build main.go -a amd64 -s linux
2021-07-02 14:48:36.886 start building...
2021-07-02 14:48:36.887 go build -o ./bin/linux_amd64/main main.go
2021-07-02 14:48:37.356 failed to build, os:linux, arch:amd64
2021-07-02 14:48:37.356 done!
但 gf run能正常运行, go build也能正常编译
gf的版本v1.16.0 v1.16.4都是一样的结果, go的版本试过1.16.2、1.16.5 ,linux版本CentOS 7.7.1908
The text was updated successfully, but these errors were encountered: