mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
fix(compile): allow to compile for ARM linux (#22542)
Closes https://github.com/denoland/deno/issues/22527
This commit is contained in:
parent
d2ed219dcb
commit
619acce305
1 changed files with 1 additions and 0 deletions
|
@ -1312,6 +1312,7 @@ supported in canary.
|
|||
.help("Target OS architecture")
|
||||
.value_parser([
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"aarch64-unknown-linux-gnu",
|
||||
"x86_64-pc-windows-msvc",
|
||||
"x86_64-apple-darwin",
|
||||
"aarch64-apple-darwin",
|
||||
|
|
Loading…
Add table
Reference in a new issue