Commit Graph

4 Commits (765a8c6e28a0b1e2a9bfab6b88d5847d1501e321)

Author SHA1 Message Date
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
5 months ago
Johnny 69b62cccdb test: optimize store tests performance by reusing docker image and reducing build context 5 months ago
boojack c5368fe8d3
chore: update resource dialog style (#982) 3 years ago
STEVEN 247e37d5af
feat: add build&push docker image action
* feat: add build&push docker image action

* fix file end line
5 years ago