Commit graph

3 commits

Author SHA1 Message Date
9716b833a0 fix(ci): use explicit github.com/ action URLs; replace gitea-release with direct API upload 2026-04-24 02:39:48 +00:00
557eadaa0a ci: add Forgejo Actions release workflow
Some checks failed
Build and Release Ody Agent / build (push) Failing after 35s
Builds Windows/macOS-arm64/macOS-amd64/Linux on every v* tag push.
Requires FORGEJO_TOKEN secret in repo settings.
2026-04-24 01:38:29 +00:00
6aac38fb3b Initial commit: Ody Agent v1.0.0
Cross-platform desktop daemon for WellSpr.ing / NNN.today merchants.
Runs silently at login on Windows (Task Scheduler), macOS (LaunchAgent),
and Linux (systemd user service).

Build commands:
  Windows: GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-s -w -H=windowsgui" -o ody-agent-win.exe .
  macOS:   GOOS=darwin  GOARCH=arm64 CGO_ENABLED=0 go build -ldflags "-s -w" -o ody-agent-mac .
  Linux:   GOOS=linux   GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-s -w" -o ody-agent-linux .
2026-04-24 01:38:20 +00:00