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:
authorEric Mellino <erme@microsoft.com>2016-10-17 21:56:07 +0300
committerEric Mellino <erme@microsoft.com>2016-10-17 22:21:50 +0300
commit3062c229839bffe2e104336a4447a44a24d1aee5 (patch)
tree035fad1e1b0ab154b99e838f2a3f1ce6e4153539 /pkg/Microsoft.NETCore.Platforms
parent9b270c7b06751ab24d98d1404e4fd671c63aeb9e (diff)
Add support for building alpine.3.4.3-x64 nuget packages
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json23
1 files changed, 22 insertions, 1 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 54769f2662..48fe86a96a 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -400,7 +400,28 @@
},
"opensuse.42.1-x64": {
"#import": [ "opensuse.42.1", "opensuse-x64" ]
- }
+ },
+
+ "alpine": {
+ "#import": [ "linux" ]
+ },
+ "alpine-x64": {
+ "#import": [ "alpine", "linux-x64" ]
+ },
+
+ "alpine.3": {
+ "#import": [ "alpine" ]
+ },
+ "alpine.3-x64": {
+ "#import": [ "alpine.3", "alpine-x64" ]
+ },
+
+ "alpine.3.4.3": {
+ "#import": [ "alpine.3" ]
+ },
+ "alpine.3.4.3-x64": {
+ "#import": [ "alpine.3.4.3", "alpine.3-x64" ]
+ },
}
}