Skip to content

Commit

Permalink
Reference plugin compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Oct 1, 2024
1 parent 2213928 commit 61d479b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,20 @@ Compatibility in general is a big concern around plugins; since the
plugins are tightly coupled to gateway, they need to be built with some
consideration to the restrictions around them.

Continue with [Loading Go Plugins into Tyk](https://tyk.io/docs/product-stack/tyk-gateway/advanced-configurations/plugins/golang/loading-go-plugins/).

## Common issues

### Plugin compiler

We provide a plugin build environment to manage compatibility restrictions
for plugins. The plugin compiler ensures compatibility between the system
architecture and the go version for your target environment.

The plugin compiler also provides cross-compilation support.

Continue with [Go Plugin Compiler](https://tyk.io/docs/product-stack/tyk-gateway/advanced-configurations/plugins/golang/go-plugin-compiler/).

### Build flag restrictions

It's a requirement that build flags for gateway match build flags for the
Expand Down

0 comments on commit 61d479b

Please sign in to comment.