Skip to content

Commit

Permalink
Update arm linux machine hardware name to aarch64.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosind committed Mar 6, 2024
1 parent 820c47b commit 42fb767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ export DVM_VERSION="v0.8.2"
"Linux:x86_64:zip")
DVM_TARGET_NAME='deno-x86_64-unknown-linux-gnu.zip'
;;
"Linux:arm64:zip")
"Linux:aarch64:zip")
DVM_TARGET_NAME='deno-aarch64-unknown-linux-gnu.zip'
;;
*"NT"*":x86_64:zip")
Expand Down

0 comments on commit 42fb767

Please sign in to comment.