Skip to content

Commit

Permalink
Added Arch aarch64 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelvers authored Nov 4, 2022
1 parent 84312c8 commit 10cba52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dream_dashboard/info.ml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ let platform_of_string = function
let arch_of_string = function
| "arm" -> Arm
| "arm64" -> Arm64
| "aarch64" -> Arm64
| "ia32" -> Ia32
| "mips" -> Mips
| "mipsel" -> Mipsel
Expand Down

0 comments on commit 10cba52

Please sign in to comment.