Skip to content

Commit 0fe3db1

Browse files
committed
Recognize aarch64 architecture
1 parent af55e97 commit 0fe3db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sh/posix.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ toolchain(
325325
arch = {
326326
"darwin_arm64": "arm64",
327327
"arm64_windows": "arm64",
328+
"aarch64": "arm64",
328329
}.get(cpu, "x86_64"),
329330
os = {
330331
"darwin": "osx",

0 commit comments

Comments
 (0)