blumeops/plans/ci-cd-bootstrap
Erich Blume 15976f90d6
All checks were successful
Test CI / test (pull_request) Successful in 0s
Reorganize CI/CD bootstrap phases, add custom runner Dockerfile
- Reorder phases: P2 is now Custom Runner Image (was Mirror & Build)
- Add P3 for Mirror Forgejo & Build from Source
- Rename P3 -> P4 (Self-Deploy), P4 -> P5 (Container Builds)
- Update overview with new phase structure and host mode notes
- Add Dockerfile for custom runner with Node.js, npm, docker, build tools
- Address chicken-and-egg problem: bootstrap manually, then automate
- Document cross-compilation challenge for macOS ARM64 target

Key insight: Stock runner lacks Node.js, so actions/checkout@v4 doesn't
work. Building custom runner image is prerequisite for everything else.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 18:18:23 -08:00
..
00_overview.md Reorganize CI/CD bootstrap phases, add custom runner Dockerfile 2026-01-23 18:18:23 -08:00
P1_enable_actions.md Update CI/CD plan: mark Phase 1 complete, add runner observability 2026-01-23 17:10:14 -08:00
P2_mirror_and_build.md Reorganize CI/CD bootstrap phases, add custom runner Dockerfile 2026-01-23 18:18:23 -08:00
P3_mirror_forgejo.md Reorganize CI/CD bootstrap phases, add custom runner Dockerfile 2026-01-23 18:18:23 -08:00
P4_self_deploy.md Reorganize CI/CD bootstrap phases, add custom runner Dockerfile 2026-01-23 18:18:23 -08:00
P5_container_builds.md Reorganize CI/CD bootstrap phases, add custom runner Dockerfile 2026-01-23 18:18:23 -08:00