You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is related to the architecture problems you mention on your site for ARM64: https://www.krakend.io/docs/extending/injecting-plugins/, but adding the flags you mentioned there doesn't seem to solve the issue.
Do you know how I can solve it? Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hi @Kozaky
You should add the environment variables with the ENV Dockerfile directive, the RUN export will not work.
Try running this manually or inside a script to check if it works for you.
Hi,
I am basically following the example from this blog to create a grpc plugin: https://www.krakend.io/blog/krakend-grpc-gateway-plugin/
The issue is that ones I try to run it on my mac I get the following error:
This is the dockerfile that I am using:
I think the issue is related to the architecture problems you mention on your site for ARM64: https://www.krakend.io/docs/extending/injecting-plugins/, but adding the flags you mentioned there doesn't seem to solve the issue.
Do you know how I can solve it? Thanks in advance :)
The text was updated successfully, but these errors were encountered: