mirror of https://github.com/docker/docs.git
build: fix JSON formatting for --print
This commit is contained in:
parent
43d4fcb099
commit
2392d1c917
|
|
@ -328,7 +328,9 @@ $ docker buildx bake "https://github.com/docker/cli.git#v20.10.11" --print
|
||||||
{
|
{
|
||||||
"group": {
|
"group": {
|
||||||
"default": {
|
"default": {
|
||||||
"targets": ["binary"]
|
"targets": [
|
||||||
|
"binary"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
|
|
@ -341,8 +343,12 @@ $ docker buildx bake "https://github.com/docker/cli.git#v20.10.11" --print
|
||||||
"VERSION": ""
|
"VERSION": ""
|
||||||
},
|
},
|
||||||
"target": "binary",
|
"target": "binary",
|
||||||
"platforms": ["local"],
|
"platforms": [
|
||||||
"output": ["build"]
|
"local"
|
||||||
|
],
|
||||||
|
"output": [
|
||||||
|
"build"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue