fix(compile): allow to compile for ARM linux (#22542)

Closes https://github.com/denoland/deno/issues/22527
This commit is contained in:
Bartek Iwańczuk 2024-02-23 18:08:17 +00:00 committed by GitHub
parent d2ed219dcb
commit 619acce305
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",