Compare commits

..

14 commits

Author SHA1 Message Date
X9 Dev
58f1633d78 ci: trigger build (golang 1.24 runner active) 2026-04-16 12:00:15 +02:00
X9 Dev
3bba40e6d0 ci: trigger build with go 1.24 runner
Some checks failed
release / build-and-release (push) Failing after 3s
2026-04-16 11:56:46 +02:00
X9 Dev
d6fa73be56 ci: use sh shell (alpine has no bash)
Some checks failed
release / build-and-release (push) Failing after 3s
2026-04-16 11:56:17 +02:00
X9 Dev
2df894006f ci: fix working-directory and use internal Forgejo URL for git clone
Some checks failed
release / build-and-release (push) Failing after 1s
2026-04-16 11:56:01 +02:00
X9 Dev
bc9184345d ci: trigger build with fixed runner config
Some checks failed
release / build-and-release (push) Failing after 1s
2026-04-16 11:55:17 +02:00
X9 Dev
50b93a1a88 ci: add runner config with xetup network and debug logging 2026-04-16 11:50:51 +02:00
X9 Dev
5d0c73b514 ci: add workflow file itself to trigger paths
Some checks failed
release / build-and-release (push) Failing after 2s
2026-04-16 11:49:47 +02:00
X9 Dev
76eb7dd8d7 ci: remove redundant container directive, runner label handles it 2026-04-16 11:47:15 +02:00
X9 Dev
0a99e08142 ci: force workflow trigger
Some checks failed
release / build-and-release (push) Failing after 3s
2026-04-16 11:43:48 +02:00
X9 Dev
528dba0e38 ci: remove redundant setup-go, golang container has it pre-installed 2026-04-16 11:43:23 +02:00
X9 Dev
d22f81a3eb ci: trigger release build 2026-04-16 11:42:17 +02:00
X9 Dev
d05835c931 Fix runner: add daemon entrypoint and docker socket permissions
Some checks failed
release / build-and-release (push) Failing after 18s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 11:40:36 +02:00
X9 Dev
9a4afbf913 Add CI/CD: auto-build and publish xetup.exe on push to main
- .forgejo/workflows/release.yml: builds Windows exe on Go/script changes,
  deletes and recreates floating 'latest' release with new asset
- web/nginx.conf: /dl now points to .../download/latest/xetup.exe permanently
- runner.go: fix embed.FS path separator (filepath -> path) for Windows compat

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 11:37:17 +02:00
X9 Dev
f72b4bd190 Fix embed.FS path separator on Windows
Use path.Join (always '/') for embed.FS reads, filepath.Join only for OS paths.
filepath.Join on Windows produces backslashes which embed.FS doesn't accept,
causing "failed to extract scripts" on startup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 11:33:57 +02:00

View file

@ -1,5 +1,5 @@
log: log:
level: info level: debug
runner: runner:
file: /data/.runner file: /data/.runner