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 29a941a commit 7889ebdCopy full SHA for 7889ebd
toolchains/BUILD
@@ -0,0 +1,9 @@
1
+package(default_visibility = ["//visibility:public"])
2
+
3
+platform(
4
+ name = "aarch64_linux",
5
+ constraint_values = [
6
+ "@platforms//os:linux",
7
+ "@platforms//cpu:aarch64",
8
+ ],
9
+)
0 commit comments