Hello,
I was wondering how this works in regards to cross compile support for libraries that link directly to C code? I know in the serverless-python-requirments plugin they allow for doing pip install command inside of a docker image so that you get the native linux package thats compatible with lambda. This seems to be the standard approach for Golang to do the build inside docker when we need to link against C code but are building on different OS arch than we are targeting. Is this a feature we could get added to this plugin seems like it might be good addition.
Hello,
I was wondering how this works in regards to cross compile support for libraries that link directly to C code? I know in the
serverless-python-requirmentsplugin they allow for doingpip installcommand inside of a docker image so that you get the native linux package thats compatible with lambda. This seems to be the standard approach for Golang to do the build inside docker when we need to link against C code but are building on different OS arch than we are targeting. Is this a feature we could get added to this plugin seems like it might be good addition.