mirror of
https://github.com/actions/runner-images.git
synced 2026-03-29 03:54:25 +08: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