Remove Parallels from the list of supported drivers for Linux
Parallels Desktop works only on macOS (Darwin)pull/8259/head
parent
ad437c2c9c
commit
49905d8fea
|
@ -23,7 +23,6 @@ import (
|
|||
// supportedDrivers is a list of supported drivers on Linux.
|
||||
var supportedDrivers = []string{
|
||||
VirtualBox,
|
||||
Parallels,
|
||||
VMwareFusion,
|
||||
KVM2,
|
||||
VMware,
|
||||
|
|
Loading…
Reference in New Issue