[codex] Add Linux ARM64 CLI binary build#12
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🔇 Additional comments (1)
📝 WalkthroughWalkthroughThe Python workflow build matrix adds a Linux arm64 target using ChangesPython workflow arm64 target
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed
Adds a Linux ARM64 target to the CLI binary build matrix so releases publish a
portabase_linux_arm64artifact.Why
The installer maps
aarch64hosts toarm64and expectsportabase_linux_arm64plus a matching checksum entry. Current releases only publishportabase_linux_amd64, so the installer fails on Linux ARM64 withChecksum not found for portabase_linux_arm64.Validation
git diff --checkSummary by CodeRabbit
arm64build target, expanding available binary artifacts for compatible systems.