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 d0a70df commit 285a402Copy full SHA for 285a402
src/Utilities/releaseToVersion.ts
@@ -1,7 +1,9 @@
1
-import { CENTOS_9, RHEL_8, RHEL_9 } from '../constants';
+import { CENTOS_9, RHEL_8, RHEL_9, RHEL_10 } from '../constants';
2
3
export const releaseToVersion = (release: string) => {
4
switch (release) {
5
+ case RHEL_10:
6
+ return '10';
7
case RHEL_9:
8
return '9';
9
case RHEL_8:
0 commit comments