mirror of
https://github.com/usememos/memos.git
synced 2026-05-02 18:52:32 +00:00
d1d2d86900
- 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
13 lines
117 B
Plaintext
13 lines
117 B
Plaintext
web/node_modules
|
|
web/dist
|
|
.git
|
|
.github
|
|
build/
|
|
tmp/
|
|
memos
|
|
*.md
|
|
.gitignore
|
|
.golangci.yaml
|
|
.dockerignore
|
|
docs/
|
|
.DS_Store |