fix(ci): move aarch64 repo preparation inside QEMU container#11
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The "Prepare repo directory" step runs on the Ubuntu host which lacks createrepo_c (exit code 127). Move repo preparation into the run-on-arch-action run block where createrepo_c is installed, and volume-mount the output directory so the upload step can access it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Adam Miller <admiller@redhat.com>
Summary
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Refactor
Chores