-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: update the OS and arch check for Bazel binary download #202
Conversation
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
Are there any remaining concerns here, or can this be merged? I'd like to fix the failure in rules_android. |
I was just waiting to get an approval that will allow it to merge. I was going to ping some other folks if @kormide does not have time. |
I will cut a release once this merges. |
…ntrib#202) - Refactor the checks to helper functions. - Reliably identify arm and amd64 arches. Related to bazel-contrib#194.
Closes #194.