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 Apr 3, 2023
1 parent c2e8452 commit 02bb09a
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 02bb09a

Please sign in to comment.