mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Relax Qemu version regexp to accomodate build identifier in the version command
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
reQemuVersion = regexp.MustCompile("QEMU emulator version ([\\d\\.]+),.+")
|
||||
reQemuVersion = regexp.MustCompile("QEMU emulator version ([\\d\\.]+).+")
|
||||
)
|
||||
|
||||
// QemuDriver is a driver for running images via Qemu
|
||||
|
||||
Reference in New Issue
Block a user