-
Notifications
You must be signed in to change notification settings - Fork 202
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
Adds native binary support for Darwin Arm64 (e.g. M1 Mac) #826
Conversation
This install script change works:
(That of course fails because this artifact doesn't exist, but it will start working with a later 1.5.0 release candidate and the 1.5.0 release) |
Codecov Report
@@ Coverage Diff @@
## release-1.5 #826 +/- ##
============================================
Coverage 21.82% 21.82%
============================================
Files 29 29
Lines 1535 1535
============================================
Hits 335 335
Misses 1159 1159
Partials 41 41 Continue to review full report at Codecov.
|
6871fa3
to
8395ea5
Compare
8395ea5
to
671467b
Compare
After this change behavior is as before where Darwin Arm64 binary does not exist:
|
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.
LGTM
* Add Darwin ARM64 binaries * Update install script for Darwin Arm64
* Adds native binary support for Darwin Arm64 (e.g. M1 Mac) (#826) * Add Darwin ARM64 binaries * Update install script for Darwin Arm64 * Fix install script for M1 mac
* Adds native binary support for Darwin Arm64 (e.g. M1 Mac) (dapr#826) * Add Darwin ARM64 binaries * Update install script for Darwin Arm64 * Fix install script for M1 mac Signed-off-by: Andy Le <anhldbk@gmail.com>
* Adds native binary support for Darwin Arm64 (e.g. M1 Mac) (dapr#826) * Add Darwin ARM64 binaries * Update install script for Darwin Arm64 * Fix install script for M1 mac Signed-off-by: Andy Le <anhldbk@gmail.com>
Description
Adds native binary support for Darwin Arm64 (e.g. M1 Mac)