-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplatforms.json
57 lines (57 loc) · 1001 Bytes
/
platforms.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"id": "windows-ia32",
"displayName": "x86 Windows",
"instructions": ""
},
{
"id": "windows-x64",
"displayName": "x64 Windows",
"instructions": ""
},
{
"id": "linux-ia32",
"displayName": "x86 Linux",
"instructions": ""
},
{
"id": "linux-x64",
"displayName": "x64 Linux",
"instructions": ""
},
{
"id": "linux-arm",
"displayName": "ARM Linux",
"instructions": ""
},
{
"id": "static-linux-x64",
"displayName": "x64 Linux (Static GLibC)",
"instructions": ""
},
{
"id": "macos-ia32",
"displayName": "x86 Mac OS",
"instructions": ""
},
{
"id": "macos-x64",
"displayName": "x64 Mac OS",
"instructions": ""
},
{
"id": "dreamplug",
"displayName": "Dreamplug",
"instructions": ""
},
{
"id": "mips-ci20",
"displayName": "MIPS Creator CI20",
"instructions": ""
},
{
"id": "am335x",
"displayName": "ARM am335x",
"instructions": ""
}
]