cli/.github/workflows
Snider 917dccbc76
fix(release): use direct Go build instead of build action (#272)
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:51:04 +00:00
..
agent-verify.yml ci: add agent verification workflow 2026-01-31 22:20:28 +00:00
auto-label.yml feat(php): add --json and --sarif flags to QA commands (#69) 2026-02-01 06:32:35 +00:00
auto-project.yml ci: use PROJECT_TOKEN for org project access 2026-01-31 22:07:51 +00:00
ci.yml docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
codeql.yml chore(deps): update GitHub Actions and Go modules (#73) 2026-02-01 06:46:54 +00:00
codescan.yml chore(deps): update GitHub Actions and Go modules (#73) 2026-02-01 06:46:54 +00:00
coverage.yml docs(audit): add dependency security audit report (#248) 2026-02-02 08:04:26 +00:00
dev-release.yml.disabled chore: disable dev-release until GUI exists (#271) 2026-02-03 04:45:06 +00:00
release.yml fix(release): use direct Go build instead of build action (#272) 2026-02-03 04:51:04 +00:00