Skip to content

Commit b5a4df5

Browse files
committed
Add windows images to README
1 parent facfa8f commit b5a4df5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,25 @@ Official images are replicated and published every 15 days.
66

77
## Supported images
88

9-
### Base images compatible with managed GitHub runners
9+
### Linux
10+
11+
Those images are very close to 1-1 compatible with official GitHub Actions runner images. Some legacy or easily available through actions software has been removed to ensure faster boot times and lower disk usage.
1012

1113
* `ubuntu22-full-x64`
1214
* `ubuntu22-full-arm64`
1315
* `ubuntu24-full-x64`
1416
* `ubuntu24-full-arm64`
1517

16-
### GPU-optimized images
18+
### Windows
19+
20+
Those images are lacking the Hyper-V (and related tooling) framework for Windows, because virtualization on AWS is only available on bare-metal instances. Some legacy or easily available through actions software has been removed to ensure faster boot times and lower disk usage.
21+
22+
* `windows22-full-x64`
23+
* `windows25-full-x64`
24+
25+
### GPU
1726

18-
Those use the above images as base, and include latest NVidia GPU drivers, cuda toolkit, and container toolkit.
27+
Those use the Linux images as base, and include NVidia GPU drivers, cuda toolkit, and container toolkit, version 12.
1928

2029
* `ubuntu22-gpu-x64`
2130
* `ubuntu24-gpu-x64`

0 commit comments

Comments
 (0)