Skip to content

Commit 37067b4

Browse files
authored
Update docs/operate/get-started/other-hardware/manage-modules.md
1 parent a1d01d9 commit 37067b4

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
@@ -256,7 +256,7 @@ When using cloud-build, you can specify which platforms you want to build your m
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 |
258258
| `windows/amd64` | ⚠️ | ❌ | N/A | Works for pure Go modules, but may have issues with C++ or modules using C libraries |
259-
| `darwin/amd64` | ❌ | ❌ | N/A | Intel Macs; not recommended as this platform is being phased out |
259+
| `darwin/amd64` | ❌ | ❌ | N/A | Intel Macs; not recommended as Apple is phasing this platform out |
260260

261261
{{% alert title="Note" color="note" %}}
262262
While the registry supports additional platforms like `windows/amd64`, `linux/arm32v6`, and `linux/arm32v7`, these are not currently supported by cloud-build and must be built manually using `viam module upload` if needed.

0 commit comments

Comments
 (0)