cli/.github
Snider eeb31221f4 fix(release): use direct Go build instead of build action
The build action only supports wails2/cpp stacks and defaults to wails2
for unknown projects. Core is a pure Go CLI with no frontend, so it
needs direct go build.

Changes:
- Replace host-uk/build@dev with direct go build steps
- Build separate darwin/amd64 and darwin/arm64 (no universal binary)
- Set CGO_ENABLED=0 for static binaries
- Inject version via -ldflags

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 04:48:29 +00:00
..
ISSUE_TEMPLATE feat(php): add --json and --sarif flags to QA commands (#69) 2026-02-01 06:32:35 +00:00
workflows fix(release): use direct Go build instead of build action 2026-02-03 04:48:29 +00:00
dependabot.yml ci: add dependabot configuration 2026-01-31 20:03:46 +00:00