Add support for Ubuntu 22 to Get-BinarySzies.ps1 (#4511)
This commit is contained in:
parent
c2e845266b
commit
02bb09aac1
@ -64,6 +64,10 @@ function getTargetOs {
|
||||
return "ubuntu-20.04"
|
||||
}
|
||||
|
||||
if ($OsVMImage -eq "MMSUbuntu22.04") {
|
||||
return "ubuntu-22.04"
|
||||
}
|
||||
|
||||
LogError "Could not infer target OS from " $OSVmImage
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user