Skip to content

Commit c2844dc

Browse files
authored
Merge pull request #30 from tweag/aarch64-linux
Recognize `aarch64` architecture
2 parents af55e97 + 0fe3db1 commit c2844dc

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)