mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
driver/qemu: add to builtin drivers
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
||||
var BuiltinDrivers = map[string]Factory{
|
||||
"exec": NewExecDriver,
|
||||
"java": NewJavaDriver,
|
||||
"qemu": NewQemuDriver,
|
||||
}
|
||||
|
||||
// NewDriver is used to instantiate and return a new driver
|
||||
|
||||
Reference in New Issue
Block a user