We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba2f3a commit 676e148Copy full SHA for 676e148
src/runtime/runtime.cs
@@ -144,7 +144,7 @@ public class Runtime
144
["amd64"] = MachineType.x86_64,
145
["x64"] = MachineType.x86_64,
146
["em64t"] = MachineType.x86_64,
147
- ["aarch64"] =MachineType.x86_64
+ ["aarch64"] =MachineType.x86_64,
148
["armv7l"] = MachineType.armv7l,
149
["armv8"] = MachineType.armv8,
150
["aarch64"] = MachineType.aarch64,
0 commit comments