diff options
Diffstat (limited to 'vm/vmimpl/vmimpl.go')
| -rw-r--r-- | vm/vmimpl/vmimpl.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/vmimpl/vmimpl.go b/vm/vmimpl/vmimpl.go index 9d2fff183..6540ecc91 100644 --- a/vm/vmimpl/vmimpl.go +++ b/vm/vmimpl/vmimpl.go @@ -46,6 +46,8 @@ type Env struct { // Unique name // Can be used for VM name collision resolution if several pools share global name space. Name string + OS string // target OS + Arch string // target arch Workdir string Image string Sshkey string |
