You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: optimize Docker build using pre-built binaries
- Remove Rust compilation from Dockerfile (no builder stage)
- Use pre-built binaries from build-binaries job artifacts
- Download and extract Linux binaries for amd64/arm64
- Reduce Docker build time from 30+ min to ~2-3 min
- Reduce timeout from 30 to 15 minutes
Docker build now simply copies files instead of compiling Rust workspace.
0 commit comments