diff --git a/text/0128-multiarch-builders-and-package.md b/text/0128-multiarch-builders-and-package.md index 3d3844985..e36d1d2bc 100644 --- a/text/0128-multiarch-builders-and-package.md +++ b/text/0128-multiarch-builders-and-package.md @@ -95,9 +95,9 @@ arch = "arm64" os = "windows" arch = "amd64" -[[targets.distributions]] +[[targets.distros]] name = "windows" -versions = ["10.0.20348.1970"] +version = "10.0.20348.1970" # Stacks (deprecated) the buildpack will work with [[stacks]] @@ -286,9 +286,9 @@ variant = "" # optional path = "" -[[targets.distributions]] +[[targets.distros]] name = "" -versions = [""] +version = "" ``` - When `more than 1 target is defined` - When `--publish` is specified @@ -681,9 +681,9 @@ arch = "arm64" os = "windows" arch = "amd64" -[[targets.distributions]] +[[targets.distros]] name = "windows" -versions = ["10.0.20348.1970"] +version = "10.0.20348.1970" # Stacks (deprecated) the buildpack will work with [[stacks]] @@ -763,9 +763,9 @@ os = "" arch = "" variant = "" -[[targets.distributions]] +[[targets.distros]] name = "" -versions = [""] +version = "" [[dependencies]] uri = "" @@ -843,9 +843,9 @@ image = "" os = "" arch = "" variant = "" -[[targets.distributions]] +[[targets.distros]] name = "" -versions = [""] +version = "" ``` - Add a new `--target` optional flag with format `[os][/arch][/variant]:[name@version]` to create a builder for a particular target, this will help end-users to specify the platform for which they want to create single OCI artifact.