Skip to content

Commit

Permalink
Add support for Ubuntu 22 to Get-BinarySzies.ps1 (#4511)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored and antkmsft committed Apr 5, 2023
1 parent 2a1d0c1 commit 0d944ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/scripts/Get-BinarySizes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0d944ea

Please sign in to comment.