Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support macOS universal binaries #351

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Support macOS universal binaries #351

merged 2 commits into from
Aug 21, 2024

Conversation

mike-engel
Copy link
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
12 checks passed
@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