Skip to content

Commit 7889ebd

Browse files
committed
feat(//toolchains): Adding platform targets for supported platforms
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 29a941a commit 7889ebd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: toolchains/BUILD

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)