remove forgotten debug printf
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
9daf1db9b1
commit
53b588029b
@ -200,7 +200,6 @@ func newPipelineRunner(computed *compiler.Value, s solver.Solver, platform strin
|
||||
}
|
||||
v := compiler.Wrap(t.Value())
|
||||
|
||||
fmt.Println(platform)
|
||||
var pipelinePlatform specs.Platform
|
||||
if platform == "" {
|
||||
pipelinePlatform = specs.Platform{OS: "linux", Architecture: "amd64"}
|
||||
|
2
go.mod
2
go.mod
@ -6,7 +6,7 @@ require (
|
||||
cuelang.org/go v0.4.0
|
||||
filippo.io/age v1.0.0
|
||||
github.com/KromDaniel/jonson v0.0.0-20180630143114-d2f9c3c389db
|
||||
github.com/Microsoft/go-winio v0.5.1 // indirect
|
||||
github.com/Microsoft/go-winio v0.5.1
|
||||
github.com/containerd/console v1.0.3
|
||||
github.com/containerd/containerd v1.5.7
|
||||
github.com/docker/buildx v0.6.2
|
||||
|
Reference in New Issue
Block a user