/appRUN env CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -ldflags="-s -w" -o myapp_linux_i386/cmd/myapp/main.go # Linux 32bit
RUN env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go b
我正在尝试为我的Go项目创建一个Linux可执行文件。我的配置如下.config-ci.yml在我的gitlab项目中。run test/main.go - go env
- cd test您可以在以下gitlab中查看项目详情:https://gitlab.com/smilekison/test 这是管道作业显示的错误:
/usr/lib/go-1.6/pkg/tool/linux_amd64/link: cannot open file /usr/lib/go-1.6/pkg/linux_amd64/github.com/valyala/quicktemplate.a: open /usr/lib/go-1.6/pkg/<e