Skip to content

Commit

Permalink
feat(//toolchains): Adding platform targets for supported platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
  • Loading branch information
narendasan committed Jul 8, 2020
1 parent 29a941a commit 7889ebd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions toolchains/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package(default_visibility = ["//visibility:public"])

platform(
name = "aarch64_linux",
constraint_values = [
"@platforms//os:linux",
"@platforms//cpu:aarch64",
],
)

0 comments on commit 7889ebd

Please sign in to comment.