模块预构建版本
#49
Replies: 2 comments 7 replies
-
@soulteary 十分感谢您的努力! 我之前就有提供各个 os/arch 的预构建模块的想法,因为交叉编译比较麻烦所以一直没弄。感觉使用 QEMU + Docker 完成交叉编译的工作可行,之后我会尝试通过提 PR 来完善您的项目。 顺便一提, Lines 128 to 133 in 5655af6 |
Beta Was this translation helpful? Give feedback.
2 replies
-
如果有什么想法可以在这里讨论一下。我目前希望可以通过 Github Action 自动完成构建和发布。 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@ADD-SP 你好👋,我看到有用户反馈编译构建失败,所以做了一个简单的,基于官方容器环境和构建参数的预构建版本(目前只有ubuntu/alpine)
后续或许可以将 scratch 中的二进制模块添加到项目的 release 中,以及添加更多不同的版本预构建文件、以及支持更多的系统/平台。
https://github.com/nginx-with-docker/ngx_http_waf_module
希望对项目有帮助。
Beta Was this translation helpful? Give feedback.
All reactions