openwhisk-apigateway icon indicating copy to clipboard operation
openwhisk-apigateway copied to clipboard

fix error when build apigateway on ARM64

Open thunderZH963 opened this issue 3 years ago • 0 comments

I try to build a openwhisk-apigateway image on my arm64 platform(NVDIA Bluefiled2).

But https://github.com/apache/openwhisk-apigateway/issues/396 occurs.

So I try to modify Dockerfile to make it work well on arm64.

Mainly includes, 1.fix 404 link for pcre 2.fix logic in 'adding Openresty, NGINX and PCRE'

thunderZH963 avatar Oct 17 '22 08:10 thunderZH963