with cgo_disabled

This commit is contained in:
2022-10-31 02:04:16 +01:00
parent c4663856c4
commit e67569e776
4 changed files with 8 additions and 5 deletions

View File

@@ -24,9 +24,10 @@ func main() {
DockerImageOpt: &pipelines.DockerImageOpt{
ImageName: "dagger-go",
},
BuildPath: "main.go",
BinName: "dagger-go",
BaseImage: "harbor.server.kjuulh.io/docker-proxy/library/docker:dind",
BuildPath: "main.go",
BinName: "dagger-go",
BaseImage: "harbor.server.kjuulh.io/docker-proxy/library/docker:dind",
CGOEnabled: true,
}).
Execute(ctx)