Skip to content

Commit 98fc698

Browse files
authored
Use different folder naming to the PS tools
1 parent d5adf11 commit 98fc698

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

helpful_tools/Install-BuildKit-GitHubActions/README.md renamed to helpful_tools/GitHubActions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
[Docker is pinned to v24.0.7](https://github.com/actions/runner-images/issues/9478) on GitHub Actions hosted Windows runners, so containerd and BuildKit need to be installed manually.
44

5-
This [workflow file](./workflow.yaml) can be used as an example.
5+
This [workflow file](./install_buildkit_workflow.yaml) can be used as an example.

helpful_tools/Install-BuildKit-GitHubActions/workflow.yaml renamed to helpful_tools/GitHubActions/install_buildkit_workflow.yaml

File renamed without changes.

helpful_tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A container runtime is software that executes containers and manages container i
1616
- Handles the complete container lifecycle, including image transfer and storage, container execution and supervision, and low-level storage and network attachments.
1717
- Use containerd when you need an efficient runtime, particularly in resource-constrained environments like embedded systems or IoT devices, or when embedding into a larger system.
1818
#### [👉 Install ContainerD with PowerShell](https://github.com/microsoft/Windows-Containers/tree/Main/helpful_tools/Install-ContainerdRuntime)
19-
#### [👉 Install ContainerD and BuildKit on GitHub Actions](./Install-BuildKit-GitHubActions/)
19+
#### [👉 Install ContainerD and BuildKit on GitHub Actions](./GitHubActions/)
2020

2121
## System Information Tools
2222
### 3. Query Job Limits

0 commit comments

Comments
 (0)