Only show the guest system, not the host system
parent
9f78ecf896
commit
1e3e8c9587
|
@ -120,7 +120,7 @@ func platform() string {
|
|||
|
||||
// This environment is exotic, let's output a bit more.
|
||||
if vrole == "guest" || runtime.GOARCH != "amd64" {
|
||||
if vsys != "" {
|
||||
if vrole == "guest" && vsys != "" {
|
||||
s.WriteString(fmt.Sprintf(" (%s/%s)", vsys, runtime.GOARCH))
|
||||
} else {
|
||||
s.WriteString(fmt.Sprintf(" (%s)", runtime.GOARCH))
|
||||
|
|
Loading…
Reference in New Issue