Merge branch 'fix/m1_support' into 'master'
add aarch64 to Arch detection See merge request sheepitrenderfarm/client!99
This commit is contained in:
@@ -80,6 +80,7 @@ public class CPU {
|
||||
case "amd64":
|
||||
case "x86_64":
|
||||
case "x64":
|
||||
case "aarch64":
|
||||
this.arch = "64bit";
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user