Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: build/README.md

Issue 2247983002: Add support for a whitelist of supported platforms for a CIPD package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Comments + mobile_env.py cwd fix. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | build/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698