-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
custodian lambdas - graviton support #7917
custodian lambdas - graviton support #7917
Conversation
architecture should primarily be determined by the host, instead of being a configuration option, and match the host so we don't have to deal with mismatches on binaries/extensions. [update] that's looks like what this does, so 👍 |
I was able to test this on both x86 and arm64 instances. |
@kapilt @thisisshi, this is ready for review now. Do you mind taking a look? Thanks |
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, thanks
Supersedes #7134
As per our discussion wrt to deciding the
Architecture
for custodian lambdas, now that arm64 base images is out, i put together this small change to the previous PR we had. Still need to write tests.