diff --git a/Sources/ContainerCommands/Image/ImageSave.swift b/Sources/ContainerCommands/Image/ImageSave.swift index 3ef7c41e..120fb03e 100644 --- a/Sources/ContainerCommands/Image/ImageSave.swift +++ b/Sources/ContainerCommands/Image/ImageSave.swift @@ -66,6 +66,8 @@ extension Application { p = try Platform(from: "\(os ?? "linux")/\(arch)") } else if let os { p = try Platform(from: "\(os)/\(arch ?? Arch.hostArchitecture().rawValue)") + } else { + p = Platform.current } let progressConfig = try ProgressConfig(