diff --git a/text/0000-multiarch-builders-and-package.md b/text/0000-multiarch-builders-and-package.md index eb9d43050..78e38ef9d 100644 --- a/text/0000-multiarch-builders-and-package.md +++ b/text/0000-multiarch-builders-and-package.md @@ -300,9 +300,13 @@ Preserving the following defaults: - A target with `os = "windows"` and `arch = "amd64"` is assumed by tools reading `buildpack.toml`. > **Note** +> > What are the intermediate images for each platform named/called? What happens if you don't put --append here? +> > What happen if my binaries are the same for every os/arch, do I have to copy all the files? +> > What happen if I want to exclude some buildpack for a particular target? +> > What happen if I want to include the same file or folder for every image, do I have to copy then inside the {os}-{arch} folder? # Migration