Skip to content

Commit 2eb5720

Browse files
authored
feat(download-url): add support for rhel9 COMPASS-9943 (#584)
add rhel check
1 parent 74d2870 commit 2eb5720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/download-url/src/linux-distro.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ function listDistroIds({
131131
}
132132
case 'centos':
133133
return [{ value: 'rhel' + version + '0', priority: 100 }];
134+
case 'rhel':
134135
case 'redhatenterprise':
135136
case 'redhatenterpriseserver': {
136137
// Since releases made in Aug 2024, the server uses 'rhel8' instead of 'rhel8x'

0 commit comments

Comments
 (0)