Skip to content

Commit 35bf1eb

Browse files
Document Windows preview in README (#208)
1 parent d229513 commit 35bf1eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Under this setup, container agent provisions the task Pod with an ephemeral volu
3232

3333
When the primary task container starts, GOAT runs as PID 1, executing the task agent process and any custom entrypoint specified in the CircleCI job config as a child process. GOAT manages init-like tasks, including handling signals to the container and performing process cleanup/reaping. On task completion, GOAT exits cleanly, causing the container to terminate and enabling container agent to clean up the Pod accordingly.
3434

35+
## Supported Platforms
36+
37+
The `runner-init` image and GOAT support the following Kubernetes container platforms:
38+
39+
| Platform | Architecture | Notes |
40+
|----------|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
41+
| Linux | amd64, arm64 | Full support for standard Linux containers on both x86-64 and ARM architectures |
42+
| Windows | amd64 | **Preview** - Windows container support for x86-64 architecture. See [Windows container runner documentation](https://circleci.com/docs/container-runner/#windows) for setup |
43+
3544
## Project Layout
3645

3746
The `runner-init` project includes several key directories:

0 commit comments

Comments
 (0)