Skip to content
Open
2 changes: 2 additions & 0 deletions Sources/ContainerCommands/Image/ImageSave.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down