We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7467002 commit d6d2c37Copy full SHA for d6d2c37
config/release-package-matrix.js
@@ -13,14 +13,14 @@ const publicDescriptions = {
13
darwin_arm64: 'MacOS M1 (11.0+)',
14
linux_x64: 'Linux x64',
15
linux_arm64: 'Linux arm64',
16
- debian_x64: 'Debian (11+) / Ubuntu (20.04+) x64',
17
- debian_arm64: 'Debian (11+) / Ubuntu (20.04+) arm64',
18
- rhel_x64: 'RHEL / CentOS (8+) x64',
19
- rhel_arm64: 'RHEL / CentOS (8+) arm64',
+ debian_x64: 'Debian (10+) / Ubuntu (18.04+) x64',
+ debian_arm64: 'Debian (10+) / Ubuntu (18.04+) arm64',
+ rhel_x64: 'RHEL / CentOS (7+) x64',
+ rhel_arm64: 'RHEL / CentOS (7+) arm64',
20
linux_ppc64le: 'Linux ppc64le',
21
- rhel_ppc64le: 'RHEL / CentOS (8+) ppc64le',
22
- linux_s390x: 'Linux ppc64le',
23
- rhel_s390x: 'RHEL / CentOS (8+) ppc64le',
+ rhel_ppc64le: 'RHEL / CentOS (7+) ppc64le',
+ linux_s390x: 'Linux s390x',
+ rhel_s390x: 'RHEL / CentOS (7+) s390x',
24
win32_x64: 'Windows x64 (10+)'
25
};
26
0 commit comments