|
|
e815debecc
|
fix(ci): map FORGEJO_RELEASE_TOKEN via env: block
Build and Release Ody Agent / build (push) Successful in 11s
|
2026-04-24 02:57:42 +00:00 |
|
|
|
b9d32c2adb
|
fix(ci): switch to ubuntu-host runner to avoid Docker lifecycle bug
|
2026-04-24 02:53:44 +00:00 |
|
|
|
fea75a7be0
|
test: multi-step no-expression workflow
|
2026-04-24 02:47:25 +00:00 |
|
|
|
66dc7f7208
|
fix(ci): rewrite workflow without uses: — raw run steps only (git clone + Go install)
|
2026-04-24 02:45:26 +00:00 |
|
|
|
9d5aa39b00
|
test: minimal workflow to diagnose runner
|
2026-04-24 02:43:02 +00:00 |
|
|
|
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
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 |
|