File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ jobs:
69
69
Write-Host "📂 'buildkit' directory not found. Downloading and extracting daemons..."
70
70
71
71
New-Item -ItemType Directory -Path "buildkit" -Force
72
- Invoke-WebRequest -Uri "https://github.com/moby/buildkit/releases/download/v0.20.1/buildkit-v0.20.1.windows-amd64.tar.gz" -OutFile "buildkit .tar.gz"
73
- tar -xf buildkit .tar.gz -C buildkit
72
+ Invoke-WebRequest -Uri "https://github.com/moby/buildkit/releases/download/v0.20.1/buildkit-v0.20.1.windows-amd64.tar.gz" -OutFile "output .tar.gz"
73
+ tar -xf output .tar.gz -C buildkit
74
74
75
- Invoke-WebRequest -Uri "https://github.com/containerd/containerd/releases/download/v2.0.4/containerd-2.0.4-windows-amd64.tar.gz" -OutFile "containerd .tar.gz"
76
- tar -xf containerd .tar.gz -C buildkit
75
+ Invoke-WebRequest -Uri "https://github.com/containerd/containerd/releases/download/v2.0.4/containerd-2.0.4-windows-amd64.tar.gz" -OutFile "output .tar.gz"
76
+ tar -xf output .tar.gz -C buildkit
77
77
} else {
78
78
Write-Host "✅ 'buildkit' directory already exists. Skipping download."
79
79
}
You can’t perform that action at this time.
0 commit comments