You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Inside the archive: the single plugin binary (`.exe` on Windows), an optional `plugin.json` manifest, and a `README.md`.
11
11
- Examples:
12
-
-`echo-plugin-v1.0.0-windows-amd64.zip`
13
-
-`echo-plugin-v1.0.0-linux-amd64.zip`
14
-
-`echo-plugin-v1.0.0-darwin-arm64.zip`
12
+
-`echo-plugin-v2.0.1-windows-amd64.zip`
13
+
-`echo-plugin-v2.0.1-linux-amd64.zip`
14
+
-`echo-plugin-v2.0.1-darwin-amd64.zip`
15
15
16
16
If a user installs a plugin binary for the wrong platform, the host will refuse to start the plugin and display a helpful message indicating the required `GOOS/GOARCH`.
17
17
@@ -36,9 +36,9 @@ Or install directly:
36
36
When publishing a new plugin release, build and upload one archive per target platform and provide the corresponding checksums. A typical process:
37
37
38
38
1. Build platform-specific archives (see `plugins/echo/README.md` for examples and scripts):
39
-
-`echo-plugin-v2.0.0-windows-amd64.zip`
40
-
-`echo-plugin-v2.0.0-linux-amd64.zip`
41
-
-`echo-plugin-v2.0.0-darwin-amd64.zip`
39
+
-`echo-plugin-v2.0.1-windows-amd64.zip`
40
+
-`echo-plugin-v2.0.1-linux-amd64.zip`
41
+
-`echo-plugin-v2.0.1-darwin-amd64.zip`
42
42
2. Compute SHA-256 checksums and publish alongside the archives.
43
43
3. Update `registry.json` to point to the platform-specific archive you intend to distribute for your audience. The host will still validate at runtime and show errors on mismatch.
0 commit comments