aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpu/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/BUILD b/cpu/BUILD
index 9670e0c..6497452 100644
--- a/cpu/BUILD
+++ b/cpu/BUILD
@@ -145,6 +145,11 @@ constraint_value(
)
constraint_value(
+ name = "ppc64le",
+ constraint_setting = ":cpu",
+)
+
+constraint_value(
name = "s390x",
constraint_setting = ":cpu",
)