Merge pull request #1135 from aluzzardi/remove-println
remove forgotten debug printf
This commit is contained in:
commit
1ecfa37484
@ -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
2
go.mod
@ -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
|
||||||
|
Reference in New Issue
Block a user