We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rules_aws uses the packaged distribution for the AWS CLI, which requires Rosetta on Apple silicon, see aws/aws-cli#7252 for more information.
rules_aws
Provide the AWS CLI as a py_binary target, rather than a native_binary so that it can be used on Apple Silicon without the need for Rosetta.
py_binary
native_binary
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the current behavior?
rules_aws
uses the packaged distribution for the AWS CLI, which requires Rosetta on Apple silicon, see aws/aws-cli#7252 for more information.Describe the feature
Provide the AWS CLI as a
py_binary
target, rather than anative_binary
so that it can be used on Apple Silicon without the need for Rosetta.The text was updated successfully, but these errors were encountered: