Awuqing
|
c06bbec383
|
refactor: simplify architecture and harden lifecycle
Remove obsolete implementations, centralize background task ownership and terminal-state recovery, consolidate frontend routing and log streaming, and enforce project-wide verification in CI.
|
2026-08-26 11:32:00 +08:00 |
|
Awuqing
|
f201b7633a
|
ci: add automated release pipeline with Docker Hub push and China mirror support
- Fix Go/Node version mismatch in CI (1.21→1.25, 18→20)
- Rewrite release.yml: 3-job pipeline (frontend → binary release + Docker push)
- Supports both tag push and manual workflow_dispatch trigger
- Builds linux/amd64 + linux/arm64 binaries → GitHub Release tar.gz
- Builds multi-arch Docker image → Docker Hub (awuqing/backupx)
- Dockerfile: add ARG USE_CHINA_MIRROR for China network acceleration
(npm→npmmirror, go→goproxy.cn, apk→aliyun), add ARG VERSION injection
- Makefile: auto version from git tag, add docker/docker-cn targets
- README: add beginner-friendly China build guide and release instructions
|
2026-03-30 23:32:14 +08:00 |
|