gleono opened a new pull request, #88: URL: https://github.com/apache/openwhisk-runtime-dotnet/pull/88
This is a fix for #87 While building the image I noticed that the flag `-r linux-musl-x64` actually bundles all the shared libraries along the app. There is already an image provided by microsoft that contains all these libraries so this is redundant and is platform specific. The images used as base are actually manifest lists and the correct image will be pulled depending on the architecture of the machine building it. I am relying on the pipeline to test the changes, since I don't have access to a x64 machine. This change will decrease the image size by about 40% and enable building this on x64 and arm64. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
