Closed snowdream closed 8 months ago
Hi @snowdream. The document you linked describes the steps to do it.
What is the problem you're encountering?
This is my project. https://github.com/snowdreamtech/nginx
Accroding Adding third-party modules to nginx official alpine image.
I Try to build nginx with modules.
I do not know why.
I can see "Bus error: core dumped" in your action logs. You need to figure out why and on what architecture this happens, possibly by shrinking the list of the architectures you build on:
linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390
I can see "Bus error: core dumped" in your action logs. You need to figure out why and on what architecture this happens, possibly by shrinking the list of the architectures you build on:
linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390
OK, I will try it later.
Hi @snowdream, have you been able to figure out the build issues?
I try to Adding third-party modules to nginx official alpine image,but failed.
https://github.com/snowdreamtech/nginx/actions/workflows/mainline-alpine.yml