| Index: build/README.md
|
| diff --git a/build/README.md b/build/README.md
|
| index 34e37284a39b9baba7fd946ed8ff6021b26ebcf0..6620646664f45251726b125db68de336c1e67ae1 100644
|
| --- a/build/README.md
|
| +++ b/build/README.md
|
| @@ -30,6 +30,11 @@ builders:
|
| # If true, it means the package is friendly to different GOOS and GOARCH. If not
|
| # set or false, this package will be skipped when doing cross-compilation.
|
| supports_cross_compilation: true
|
| +# Optional list of OSes for which to build this package. Supported values: win,
|
| +# linux, mac, android
|
| +supported_platforms:
|
| + - android
|
| + - ...
|
| # Optional list of go packages to 'go install' before zipping this package.
|
| go_packages:
|
| - github.com/luci/luci-go/cipd/client/cmd/cipd
|
|
|