remove forgotten debug printf

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-11-12 17:27:26 -08:00
parent 9daf1db9b1
commit 53b588029b
2 changed files with 1 additions and 2 deletions

View File

@ -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
View File

@ -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