mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 18:07:28 +08:00
build: optimize Makefile for configurable multi-platform matrix and packaging
This commit is contained in:
10
README_EN.md
10
README_EN.md
@@ -154,6 +154,16 @@ clawgo skills ... Skill install/list/remove/show
|
||||
clawgo uninstall [--purge] [--remove-bin]
|
||||
```
|
||||
|
||||
Make cross-platform build:
|
||||
|
||||
```bash
|
||||
make build-all
|
||||
# Override build matrix (example)
|
||||
make build-all BUILD_TARGETS="linux/amd64 linux/arm64 darwin/arm64 windows/amd64"
|
||||
# Package artifacts + checksums
|
||||
make package-all
|
||||
```
|
||||
|
||||
Global flags:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user