-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot publish application with ARM64 support #3346
Comments
Similar problem I have with building lambdas and layers with |
Hey thanks for the callout and I would recommend moving this issue into SAMCLI repo! https://github.com/aws/aws-sam-cli |
This worked for me: aws/serverless-application-model#2166 (comment) |
@EldarAliiev The problem you are having is due to SAR (the repo you are publishing to) not yet supporting the Architectures field. We could reproduce your failure on AWS console as well. Already working to have SAR get in sync with SAM's latest changes and support Architectures, we will update you once this is supported! |
@EldarAliiev Hey can you verify if you can publish now? |
Looks like it works fine. Thanks a lot! |
|
Description:
Cannot publish new version of my SAM application with architecture selector.
Steps to reproduce:
Define possible architectures as parameter:
Use this parameter as function architecture:
Observed result:
Expected result:
Application should be published without any issue.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.33.0Add --debug flag to any SAM CLI commands you are running
The text was updated successfully, but these errors were encountered: