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
The command for building custom plugins for on-premise ARM64 installations is incorrect. In addition, the code header is also incorrect, as it says "Build your plugin for Alpine ARM64" for both Alpine and non-Alpine.
The command for building custom plugins for on-premise ARM64 installations is incorrect. In addition, the code header is also incorrect, as it says "Build your plugin for Alpine ARM64" for both Alpine and non-Alpine.
https://www.krakend.io/docs/extending/writing-plugins/#plugin-builder
Incorrect command:
Correct command:
aarch64-linux-musl-gcc
only exists on alpine images. For the generic imageaarch64-linux-gnu-gcc
must be used.The text was updated successfully, but these errors were encountered: