Skip to content

Commit c312065

Browse files
authored
Apply suggestions from code review
1 parent 37067b4 commit c312065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operate/get-started/other-hardware/manage-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ When using cloud-build, you can specify which platforms you want to build your m
255255
| `darwin/arm64` | ✅ | ✅ | macOS | For Apple Silicon Macs (M1/M2/M3) |
256256
| `linux/arm32v6` | ✅ | ❌ | N/A | For older ARM devices; must be built manually |
257257
| `linux/arm32v7` | ✅ | ❌ | N/A | For 32-bit ARM devices; must be built manually |
258-
| `windows/amd64` | ⚠️ | | N/A | Works for pure Go modules, but may have issues with C++ or modules using C libraries |
258+
| `windows/amd64` | | ⚠️ | N/A | <ul><li>Cloud builds work for Go modules but have issues linking to C libraries</li><li>Windows support is still in development</li></ul> |
259259
| `darwin/amd64` | ❌ | ❌ | N/A | Intel Macs; not recommended as Apple is phasing this platform out |
260260

261261
{{% alert title="Note" color="note" %}}

0 commit comments

Comments
 (0)