apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Integrate upstream Aarch64 changes #332

Closed jonpspri closed 5 years ago

jonpspri commented 5 years ago

The OpenRESTy project has done significant work upstream to integrate ARM64 architecture into its offering. I've adjusted the Dockerfile for apigateway to download and apply updated modules to OpenRESTy to integrate these changes ONLY when the ARM64 architecture is detected.

There's a lot more that could be done to clean up the Dockerfile, including using multi-stage builds, but in the interest of keeping PR size manageable, this is all I'm applying at this time.