Skip to content

Support macOS universal binaries#351

Merged
mike-engel merged 2 commits intomainfrom
universal-binaries
Aug 21, 2024
Merged

Support macOS universal binaries#351
mike-engel merged 2 commits intomainfrom
universal-binaries

Conversation

@mike-engel
Copy link
Copy Markdown
Owner

Summary

This adds support for universal binaries on macOS, allowing jwt-cli to run on both ARM and Intel architectures. Thanks to this blog post by @AdamIsrael for the steps needed!

Fixes #303 (I hope!)

Preflight checklist

  • Code formatted rustfmt ($ cargo fmt)
  • Code linter check with clippy ($ cargo clippy)
  • Relevant tests added
  • Any new documentation added

@mike-engel mike-engel self-assigned this Aug 21, 2024
@mike-engel mike-engel merged commit 0fbebb3 into main Aug 21, 2024
@mike-engel mike-engel deleted the universal-binaries branch August 21, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: not able to use in macOS for Apple Silicon chip

1 participant