Skip to content

Conversation

@martinemde
Copy link
Contributor

Summary

  • Initialize cargo-dist configuration for cross-platform binary distribution
  • Configure builds for x86_64/aarch64 on Linux and macOS
  • Generate shell and PowerShell installers
  • Set up GitHub Actions workflow triggered by version tags

Changes

  • .github/workflows/release.yml: New cargo-dist workflow
  • Cargo.toml: cargo-dist metadata and configuration
  • dist-workspace.toml: Distribution workspace settings

Test Plan

  • Local cargo dist plan validation passes
  • CI workflow testing on merge
  • End-to-end release validation with test tag

Part of PKS release process modernization (atomic PR #1/4).

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Configure cross-platform release builds targeting x86_64/aarch64 for
Linux and macOS, with shell and PowerShell installers. GitHub Actions
workflow will trigger on version tags.
@martinemde
Copy link
Contributor Author

Supersede by #33

@martinemde martinemde closed this Jan 7, 2026
@github-project-automation github-project-automation bot moved this from Triage to Done in Modularity Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants