Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2016-12-05 22:37:30 +0300
committerEric Mellino <erme@microsoft.com>2016-12-05 22:37:30 +0300
commit5b10083a62404f330ce8af77c0400378183580a6 (patch)
tree9ecd5d7b08ae4680a7d1a23ce47ec9f4082a93ad /pkg/Microsoft.NETCore.Platforms/runtime.json
parent252220505a63c992e6f5c22f2057befa48cf96cf (diff)
Add RID for Linux/ARM32 (ubuntu) (#14161)
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index da16f7479f..328514e057 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -307,12 +307,19 @@
"#import": [ "ubuntu", "debian-x64" ]
},
+ "ubuntu-arm": {
+ "#import": [ "ubuntu", "debian-arm" ]
+ },
+
"ubuntu.14.04": {
"#import": [ "ubuntu" ]
},
"ubuntu.14.04-x64": {
"#import": [ "ubuntu.14.04", "ubuntu-x64" ]
},
+ "ubuntu.14.04-arm": {
+ "#import": [ "ubuntu.14.04", "ubuntu-arm" ]
+ },
"ubuntu.14.10": {
"#import": [ "ubuntu" ]
@@ -320,6 +327,9 @@
"ubuntu.14.10-x64": {
"#import": [ "ubuntu.14.10", "ubuntu-x64" ]
},
+ "ubuntu.14.10-arm": {
+ "#import": [ "ubuntu.14.10", "ubuntu-arm" ]
+ },
"ubuntu.15.04": {
"#import": [ "ubuntu" ]
@@ -327,6 +337,9 @@
"ubuntu.15.04-x64": {
"#import": [ "ubuntu.15.04", "ubuntu-x64" ]
},
+ "ubuntu.15.04-arm": {
+ "#import": [ "ubuntu.15.04", "ubuntu-arm" ]
+ },
"ubuntu.15.10": {
"#import": [ "ubuntu" ]
@@ -334,6 +347,9 @@
"ubuntu.15.10-x64": {
"#import": [ "ubuntu.15.10", "ubuntu-x64" ]
},
+ "ubuntu.15.10-arm": {
+ "#import": [ "ubuntu.15.10", "ubuntu-arm" ]
+ },
"ubuntu.16.04": {
"#import": [ "ubuntu" ]
@@ -341,6 +357,9 @@
"ubuntu.16.04-x64": {
"#import": [ "ubuntu.16.04", "ubuntu-x64" ]
},
+ "ubuntu.16.04-arm": {
+ "#import": [ "ubuntu.16.04", "ubuntu-arm" ]
+ },
"ubuntu.16.10": {
"#import": [ "ubuntu" ]
@@ -348,6 +367,9 @@
"ubuntu.16.10-x64": {
"#import": [ "ubuntu.16.10", "ubuntu-x64" ]
},
+ "ubuntu.16.10-arm": {
+ "#import": [ "ubuntu.16.10", "ubuntu-arm" ]
+ },
"linuxmint.17": {
"#import": [ "ubuntu.14.04" ]