chore: load EXTRA_TAGS from plugin .buildrc file to avoid build issue. (#1852)

This commit is contained in:
Jacky Wu
2025-03-05 12:15:37 +08:00
committed by GitHub
parent 0905cd0fc0
commit d721c235cb
3 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ This SDK is used to develop the WASM Plugins for Higress in Go.
The wasm-go plugin can be built quickly with the following command:
```bash
# NOTE: if you want to set EXTRA_TAGS for the wasm plugin
# please set them in the .buildrc file under extensions/${PLUGIN_NAME} directory
$ PLUGIN_NAME=request-block make build
```