-
Notifications
You must be signed in to change notification settings - Fork 1
/
distros.json
38 lines (38 loc) · 861 Bytes
/
distros.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
{
"almalinux": {
"name": "AlmaLinux 8",
"supported_architectures": ["x64", "arm64"]
},
"alpine": {
"name": "Alpine 3.19.1",
"supported_architectures": ["x64", "arm64"]
},
"amazonlinux": {
"name": "Amazon Linux 2023",
"supported_architectures": ["x64", "arm64"]
},
"archlinux": {
"name": "Arch",
"supported_architectures": ["x64"]
},
"debian": {
"name": "Debian 12",
"supported_architectures": ["x64", "arm64"]
},
"fedora": {
"name": "Fedora 41",
"supported_architectures": ["x64", "arm64"]
},
"oraclelinux": {
"name": "Oracle 9",
"supported_architectures": ["x64", "arm64"]
},
"rockylinux": {
"name": "Rocky Linux 9.3",
"supported_architectures": ["x64", "arm64"]
},
"ubuntu": {
"name": "Ubuntu 22.04",
"supported_architectures": ["x64", "arm64"]
}
}