Merge pull request #1135 from aluzzardi/remove-println

remove forgotten debug printf
This commit is contained in:
Andrea Luzzardi 2021-11-12 17:46:28 -08:00 committed by GitHub
commit 1ecfa37484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()) v := compiler.Wrap(t.Value())
fmt.Println(platform)
var pipelinePlatform specs.Platform var pipelinePlatform specs.Platform
if platform == "" { if platform == "" {
pipelinePlatform = specs.Platform{OS: "linux", Architecture: "amd64"} pipelinePlatform = specs.Platform{OS: "linux", Architecture: "amd64"}

2
go.mod
View File

@ -6,7 +6,7 @@ require (
cuelang.org/go v0.4.0 cuelang.org/go v0.4.0
filippo.io/age v1.0.0 filippo.io/age v1.0.0
github.com/KromDaniel/jonson v0.0.0-20180630143114-d2f9c3c389db 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/console v1.0.3
github.com/containerd/containerd v1.5.7 github.com/containerd/containerd v1.5.7
github.com/docker/buildx v0.6.2 github.com/docker/buildx v0.6.2