-
Notifications
You must be signed in to change notification settings - Fork 398
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
ci: release apple arm binary #1239
Conversation
I need to fix this. |
|
||
steps: | ||
- name: Installing Rust toolchain | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: stable | ||
target: ${{ matrix.job.target }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This installs the target if missing. Useful for aarch64-apple-darwin
on mac
This is ready now. 👍 |
Hi @MarcoIeni, thanks for this work! So basically, we add I've merged your reformatting PR so I'll wait for you to rebase this one. |
Yes, exactly |
Thank you very much @MarcoIeni! |
Requested here
There are no VMs for GitHub actions that support Mac ARM. See actions/runner-images#2187.
So we cannot run tests for MAC ARM. However, we can run
cargo build
, which is what's required to build the binary.