Skip to content

Commit b566790

Browse files
authored
Update manage-modules.md
1 parent 11e0095 commit b566790

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
@@ -106,7 +106,7 @@ At the end of your <file>meta.json</file>, add the build configuration:
106106
| `"setup"` | Optional | Command to run for setting up the build environment. |
107107
| `"build"` | **Required** | Command to run to build the module tarball. |
108108
| `"path"` | Optional | Path to the build module tarball. |
109-
| `"arch"` | **Required** | Array of architectures to build for. Supported architectures include: `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, `""`, |
109+
| `"arch"` | **Required** | Array of architectures to build for. Options: `"any"`, `"linux/any"`, `"darwin/any"`, `"any/amd64"`, `"any/arm64"`, `"any/arm32v6"`, `"any/arm32v7"`, `"linux/amd64"`, `"linux/arm64"`, `"linux/arm32v6"`, `"linux/arm32v7"`, `"darwin/amd64"`, `"darwin/arm64"`, `"windows/amd64"`. For more information see [Supported platforms for automatic updates](#supported-platforms-for-automatic-updates). |
110110
| `"darwin_deps"` | Optional | TODO |
111111

112112

0 commit comments

Comments
 (0)