We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efb274 commit 662ceafCopy full SHA for 662ceaf
content/docs/reference/spec/buildpack-api.md
@@ -191,6 +191,9 @@ The schema is as follows:
191
192
- **`targets`** _(list, optional)_\
193
A list of targets supported by the buildpack.
194
+ When no targets are specified, the `os`/`arch` will be inferred from the contents of the `./bin` directory
195
+ (`./bin/build` implies `linux`/`amd64` and `./bin/build.bat` implies `windows`/`amd64`).
196
+ For each target, all fields are optional (though at least one should be provided).
197
_Cannot be used in conjunction with `order` list._
198
199
- **`os`** _(string, optional)_\
0 commit comments