mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
refactor(machine): improve machine marker value
1. Set the marker to the current virtual machine type instead of fixed qemu. 2. Update containers/common [NO NEW TESTS NEEDED] Signed-off-by: Black-Hole1 <bh@bugs.cc>
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func shouldResolveWinPaths() bool {
|
||||
return machine.MachineHostType() == "wsl"
|
||||
return machine.HostType() == "wsl"
|
||||
}
|
||||
|
||||
func shouldResolveUnixWinVariant(path string) bool {
|
||||
|
Reference in New Issue
Block a user