memos/scripts
Johnny d1d2d86900 perf: optimize CI/CD workflows and Docker builds
- Implement parallel matrix builds for multi-platform images (~50% faster)
- Add pnpm store caching for 20-40s savings on cache hits
- Use --frozen-lockfile for faster, deterministic installs
- Optimize Dockerfile: CGO_ENABLED=0, -trimpath, static linking
- Reduce Docker layers and improve caching strategy
- Enhance .dockerignore to exclude unnecessary files (~1MB saved)

Build time improvements:
- Canary: 12-18min → 6-10min
- Stable: 17-27min → 8-12min
2026-01-14 22:12:28 +08:00
..
Dockerfile perf: optimize CI/CD workflows and Docker builds 2026-01-14 22:12:28 +08:00
build.sh refactor: remove unused constants 2025-10-16 20:40:46 +08:00
compose.yaml chore: migrate of Docker compose v2 (#3857) 2024-09-01 22:08:57 +08:00
entrypoint.sh fix(scripts): add file existence check in file_env (#5424) 2026-01-04 19:18:48 +08:00
entrypoint_test.sh fix(scripts): add file existence check in file_env (#5424) 2026-01-04 19:18:48 +08:00