Skip to content

Commit 66c6b98

Browse files
committed
fixup
1 parent 7c90995 commit 66c6b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ EXPERIMENTAL: this may be removed without notice.
670670
""",
671671
),
672672
"target_platforms": attr.string_list(
673-
default = ["{host}"],
673+
default = ["{os}_{arch}"],
674674
doc = """\
675675
The list of platforms for which we would evaluate the requirements files. If you need to be able to
676676
only evaluate for a particular platform (e.g. "linux_x86_64"), then put it in here.

0 commit comments

Comments
 (0)