mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
[Ubuntu] Rework podman and tools installation (#5580)
This commit is contained in:
@@ -149,10 +149,14 @@ $toolsList = @(
|
||||
|
||||
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
|
||||
$toolsList += @(
|
||||
(Get-BuildahVersion),
|
||||
(Get-PhantomJSVersion),
|
||||
(Get-LeiningenVersion),
|
||||
(Get-HHVMVersion),
|
||||
(Get-HHVMVersion)
|
||||
)
|
||||
}
|
||||
if (Test-IsUbuntu22) {
|
||||
$toolsList += @(
|
||||
(Get-BuildahVersion),
|
||||
(Get-PodManVersion),
|
||||
(Get-SkopeoVersion)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user