Skip to content

Commit c3e5bfd

Browse files
omajiddougbu
authored andcommitted
Support global.json on arm64 as well
arcade uses the runtime section of global.json to decide which architecture + runtime combination needs to be installed. With dotnet/arcade#4132 arcade can install foreign SDKs in separate locations correctly. This change, suggested by @dougbu, makes arcade always install the runtime for the local architecture (which means it should work on arm64 and x64) as well as the x86 architecture (skipped on Linux). This gets us a working SDK/Runtime combo on arm64.
1 parent 07dab17 commit c3e5bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tools": {
66
"dotnet": "5.0.100-alpha1-015536",
77
"runtimes": {
8-
"dotnet/x64": [
8+
"dotnet": [
99
"$(MicrosoftNETCoreAppRuntimeVersion)"
1010
],
1111
"dotnet/x86": [

0 commit comments

Comments
 (0)