ci(release): build all platforms (macOS arm64/x86_64 + static musl) #4
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h-dv/code-index!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/release-all-platforms"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expands the release-build matrix from 3 → 6 targets, covering all 3 OSes × 2 arches.
x86_64-unknown-linux-gnux86_64-unknown-linux-muslaarch64-unknown-linux-gnux86_64-pc-windows-gnux86_64-apple-darwinaarch64-apple-darwinDesign
runner/container: Linux/Windows stay in theci-basecontainer; macOS entries run on a baremacosrunner.continue-on-error(matrix.optional): if no macOS runner is registered or a cross toolchain is missing, that artifact is skipped and the release still publishes everything that built. The three required entries can never regress the current pipeline.musl-gcc→ a fully static, glibc-free binary (Alpine/distroless). macOS packaging falls back toshasum/BSDtar.Notes / requirements
macos(with Xcode CLT). Without one they're skipped, not fatal.windows-aarch64omitted: needsaarch64-pc-windows-msvc(a Windows+MSVC runner; can't cross from the Linux container).container: ""(empty = host execution). Standard for Actions, but if this Forgejo runner rejects an emptycontainer:, the macOS entries would need splitting into a separate job — easy follow-up.YAML validated; CI-only change (no version bump), and it won't trigger the release workflow (that's tag-gated).
🤖 Generated with Claude Code