Skip to content

feat(release ci): build minimal-macos-arm64 for release as well - #615

Merged
twitchyliquid64 merged 1 commit into
mainfrom
tom/mip
Jul 2, 2026
Merged

feat(release ci): build minimal-macos-arm64 for release as well#615
twitchyliquid64 merged 1 commit into
mainfrom
tom/mip

Conversation

@twitchyliquid64

@twitchyliquid64 twitchyliquid64 commented Jul 2, 2026

Copy link
Copy Markdown
Member

Also drop the codesign as its worthless - only works on that runner machine.

Summary by CodeRabbit

  • Chores
    • Updated the macOS arm64 release build to produce and publish both the standard and minimal binaries.
    • Release artifacts are now renamed with a macOS arm64 suffix for easier identification and download.

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7634790f-c40a-4a04-a9a8-47ffe58e5241

📥 Commits

Reviewing files that changed from the base of the PR and between 504d664 and fbf4f98.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

📝 Walkthrough

Walkthrough

The build-release-macos-arm64 CI job is updated to build a minimal binary in addition to minvmd, rename both with a -macos-arm64 suffix, and upload both artifacts. The prior minvmd-only rename/upload sequence, including a codesign step, is removed.

Changes

CI macOS arm64 Release Build

Layer / File(s) Summary
Build, rename, and upload minimal binary alongside minvmd
.github/workflows/ci.yml
Adds a cargo build step for minimal, expands the artifact rename step to move both minvmd and minimal with the platform suffix, and adds an upload step for minimal, removing the prior minvmd-only block that included a codesign step.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • gominimal/minimal#608: Both PRs update artifact handling in .github/workflows/ci.yml for macOS release artifacts, including the new minimal naming.
  • gominimal/minimal#609: Both PRs update release artifact renaming/uploading logic in .github/workflows/ci.yml.
  • gominimal/minimal#614: Both PRs modify the same build-release-macos-arm64 job's binary build and upload logic.

Suggested reviewers: norrietaylor, bryan-minimal

Poem

A rabbit hops through YAML fields so neat,
Building minimal alongside its minvmd feat,
Renamed and packed with an arm64 tag,
Uploaded snug in the CI bag,
Hop hop hooray, ship complete! 🐇📦

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding the minimal macOS arm64 build to the release CI pipeline.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@twitchyliquid64
twitchyliquid64 enabled auto-merge (squash) July 2, 2026 05:00
@twitchyliquid64
twitchyliquid64 merged commit 8844f8a into main Jul 2, 2026
38 checks passed
@twitchyliquid64
twitchyliquid64 deleted the tom/mip branch July 2, 2026 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants