Skip to content

Commit 583f997

Browse files
committed
mark as breaking and mention buildx
1 parent edf1e17 commit 583f997

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.changes/817.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
[
22
{
33
"description": "Images can now specify a certain toolchain via `target.{target}.image.toolchain`",
4-
"type": "changed"
4+
"breaking": true,
5+
"type": "added"
56
},
67
{
78
"description": "made `cross +channel` parsing more compliant to parsing a toolchain",
89
"type": "fixed"
10+
},
11+
{
12+
"description": "`pre-build` and `dockerfile` now uses buildx/buildkit",
13+
"breaking": true,
14+
"type": "changed"
915
}
1016
]

0 commit comments

Comments
 (0)