We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9b888 commit da40a5fCopy full SHA for da40a5f
1 file changed
lib/generate_website_data.py
@@ -17,11 +17,10 @@
17
os_description = {
18
'linux-x64': { 'ordinal': 1, 'name': 'Linux x64' },
19
'linux-ppc64le': { 'ordinal': 2, 'name': 'Linux ppc64le' },
20
- 'linux-ppc64': { 'ordinal': 3, 'name': 'Linux ppc64' },
21
- 'windows-x64': { 'ordinal': 4, 'name': 'Windows x64'},
22
- 'windows-x64-installer': { 'ordinal': 5, 'name': 'Windows x64 Installer'},
23
- 'osx-x64': { 'ordinal': 6, 'name': 'macOS x64'},
24
- 'osx-aarch64': { 'ordinal': 7, 'name': 'macOS aarch64'}
+ 'windows-x64': { 'ordinal': 3, 'name': 'Windows x64'},
+ 'windows-x64-installer': { 'ordinal': 4, 'name': 'Windows x64 Installer'},
+ 'osx-x64': { 'ordinal': 5, 'name': 'macOS x64'},
+ 'osx-aarch64': { 'ordinal': 6, 'name': 'macOS aarch64'}
25
}
26
27
image_type_description = {
0 commit comments