-
Notifications
You must be signed in to change notification settings - Fork 176
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
alpine based image has caused CI built wrong binaries for AWS Lambda, do you still maintain another debian slim based image? #58
Comments
@tx0c Please see this answer on Stackoverflow - https://stackoverflow.com/a/60037879 There are couple of solutions to this issue:
|
there might be still some way to work around this alpine based Also from #25, it looks like this repo is not actively maintained? or not maintained at all? original maintainer not responding, so may have to move away sooner or late |
seeing @DavideViolante still makes changes in 2022, is aware of the switching to alpine makes it unusable to glibc depended npm packages (like sharp) ? |
|
the #51 alpine based image has caused CI built wrong binaries for AWS Lambda, See thematters/serverless-file-post-processing#441 (comment) because it has arch dependent npm packages (like sharp); this alpine based image has caused Lambda failure
after this I have manually built Lambda with
sls package
, got the zip file, manually upload to AWS, all worked well/cc @anandg112 @DavideViolante after #51 merged, do you still maintain another debian slim based image? I am still researching a way to npm install different arch binary code, but the easiest way is to, maybe avoid use of
serverless/github-action
The text was updated successfully, but these errors were encountered: