Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cba2f3a

Browse files
Update runtime.cs
added in jetson nano support
1 parent d145ab1 commit cba2f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/runtime.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public class Runtime
144144
["amd64"] = MachineType.x86_64,
145145
["x64"] = MachineType.x86_64,
146146
["em64t"] = MachineType.x86_64,
147+
["aarch64"] =MachineType.x86_64
147148
["armv7l"] = MachineType.armv7l,
148149
["armv8"] = MachineType.armv8,
149150
["aarch64"] = MachineType.aarch64,

0 commit comments

Comments
 (0)