Add Packer tool to Ubuntu24.04 image (#10545)

Co-authored-by: Mohammed Junaid <mohammedjunaid@Mohammeds-MacBook-Pro.local>
This commit is contained in:
ijunaidm
2024-09-04 01:10:52 +05:30
committed by GitHub
parent ab15087979
commit 89f5712cad
3 changed files with 3 additions and 4 deletions

View File

@@ -319,7 +319,7 @@ Describe "Conda" {
}
}
Describe "Packer" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
Describe "Packer" {
It "packer" {
"packer --version" | Should -ReturnZeroExitCode
}