Commit Graph

3 Commits

Author SHA1 Message Date
renjue a32547a43e Fix Docker runtime stage APK_MIRROR default for apk install.
CI / docker (push) Failing after 3m53s
ARG before FROM is not visible in RUN; set APK_MIRROR default inside the
runtime stage so sed does not produce broken https:///alpine URLs in CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:16:43 +08:00
renjue a831012c48 Add Gitea CI, align Docker for multi-arch, and drop legacy YAML config.
CI / docker (push) Failing after 1m35s
Introduce Gitea Actions workflow and CI-aligned Dockerfile; remove file-based
config in favor of SQLite settings; refresh branding and tighten gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:10:38 +08:00
renjue c8b802996f Add prebuilt Docker push path for linux/amd64 on Apple Silicon.
Work around buildx QEMU segfault during in-container Go compile by cross-compiling locally first.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-21 01:42:34 +08:00