bump: version 0.1.0 → 0.1.1
All checks were successful
Build and Release / build (push) Successful in 1m31s
All checks were successful
Build and Release / build (push) Successful in 1m31s
This commit is contained in:
parent
e72571ec1e
commit
42aab22d8a
3 changed files with 29 additions and 1 deletions
15
CLAUDE.md
15
CLAUDE.md
|
@ -36,8 +36,13 @@ The application is built using:
|
|||
|
||||
### Build and Run
|
||||
```bash
|
||||
# Normal build
|
||||
go build -o fps-go-brr .
|
||||
./fps-go-brr <command> [args]
|
||||
|
||||
# Optimized compact build (requires UPX)
|
||||
./build-compact.sh
|
||||
./fps-go-brr-compact <command> [args]
|
||||
```
|
||||
|
||||
### Testing
|
||||
|
@ -51,6 +56,16 @@ go mod tidy
|
|||
go mod download
|
||||
```
|
||||
|
||||
### Release Builds
|
||||
- Forgejo Actions automatically build and release both normal and compact binaries on tag pushes
|
||||
- Uses custom runner: `9950x`
|
||||
- Normal and compact builds are uploaded as separate artifacts
|
||||
- UPX compression applied to compact builds for size optimization
|
||||
|
||||
## Memories
|
||||
|
||||
- The forgejo workflow runner is executed as root so it does not need to use root
|
||||
|
||||
## CLI Usage
|
||||
|
||||
Available commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue