feat: added shell scripts for build-linux and build-linux-arm64#304
feat: added shell scripts for build-linux and build-linux-arm64#304duderain wants to merge 2 commits into
Conversation
📝 WalkthroughWalkthroughAdded Bash scripts to publish compressed, self-contained single-file Release binaries for Linux x64 and arm64 architectures. ChangesLinux publishing
Estimated code review effort: 1 (Trivial) | ~3 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@build-linux.sh`:
- Around line 1-2: The publish commands in build-linux.sh (lines 1-2) and
build-linux-arm64.sh (lines 1-2) must target WheelWizard/WheelWizard.csproj and
write to publish/linux-x64 and publish/linux-arm64 respectively. Align each
script’s runtime and output path with the corresponding release workflow
contract.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 9cde136d-e1d8-44ca-a1d2-be257184138c
📒 Files selected for processing (2)
build-linux-arm64.shbuild-linux.sh
Purpose of this PR:
Adds Shell scripts necessary to compile the targets linux-x64 and linux-arm64 on non-Windows platforms.
How to Test:
Run
build-linux.shandbuild-linux-arm64.shto check the script runs properly.What Has Been Changed:
build-linux.shandbuild-linux-arm64.shhave been added.Related Issue Link:
None.
Checklist before merging
Summary by CodeRabbit