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 7c90995 commit 66c6b98Copy full SHA for 66c6b98
1 file changed
python/private/pypi/extension.bzl
@@ -670,7 +670,7 @@ EXPERIMENTAL: this may be removed without notice.
670
""",
671
),
672
"target_platforms": attr.string_list(
673
- default = ["{host}"],
+ default = ["{os}_{arch}"],
674
doc = """\
675
The list of platforms for which we would evaluate the requirements files. If you need to be able to
676
only evaluate for a particular platform (e.g. "linux_x86_64"), then put it in here.
0 commit comments