2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-12-14 15:03:12 +00:00

d2vm: remove non working rhel support

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-04-21 21:31:57 +02:00
parent 1a97b45861
commit fa3a4f6039
4 changed files with 10 additions and 4 deletions

View File

@@ -46,8 +46,10 @@ func (r Release) Supported() bool {
return true
case ReleaseAlpine:
return true
case ReleaseCentOS, ReleaseRHEL:
case ReleaseCentOS:
return true
case ReleaseRHEL:
return false
default:
return false
}