commit | 86110715a68d3785d79989c1f723bc8ff77befaf | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.schuh@bluerivertech.com> | Fri Sep 16 15:40:54 2022 -0700 |
committer | James Kuszmaul <james.kuszmaul@bluerivertech.com> | Wed Oct 26 10:59:57 2022 -0700 |
tree | 6d0dd56ef37a48d905082e0f48868ba65b2e9c13 | |
parent | 85b7fe0f80d79889e8f3dc4aa9ab38d4a0fc1d79 [diff] [blame] |
Support reading from S3 directly Change-Id: Ice18f6739a7e315bea223a2a6f634b6c4c725c11 Signed-off-by: Austin Schuh <austin.schuh@bluerivertech.com>
diff --git a/tools/BUILD b/tools/BUILD index d64d602..8ea984a 100644 --- a/tools/BUILD +++ b/tools/BUILD
@@ -56,6 +56,13 @@ ) config_setting( + name = "cpu_armv7", + constraint_values = [ + "@platforms//cpu:armv7", + ], +) + +config_setting( name = "cpu_arm64", constraint_values = ["@platforms//cpu:arm64"], )