ilogtail
ilogtail copied to clipboard
[FEATURE]: Improve plugin build experience on ARM and Windows
Concisely describe the proposed feature 内置的pkg/logtail/libPluginAdapter.so是X86-64 Linux 64位系统的,在ARM机器上直接make plugin_main无法成功,必须先make后手动用产出进行替换。 同理pkg/logtail/libPluginAdapter.dll是X64 Windows 32位系统的,在编译64位的Plugin时不能正常工作。
Describe the solution you'd like (if any) 类似 https://github.com/valyala/gozstd 支持多个架构系统的预编译库,使各种编译机可以直接make plugin_main 同时流水线也就可以支持arm linux和64位windows了。