Open mattem opened 4 months ago
rules_aws uses the packaged distribution for the AWS CLI, which requires Rosetta on Apple silicon, see https://github.com/aws/aws-cli/issues/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
What is the current behavior?
rules_aws
uses the packaged distribution for the AWS CLI, which requires Rosetta on Apple silicon, see https://github.com/aws/aws-cli/issues/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.