We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abd08f commit c31d27aCopy full SHA for c31d27a
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
args: |
28
--test \
29
- --amd64 \
+ --all \
30
--target modsecurity/
31
32
# - name: Test build
.github/workflows/publish.yml
@@ -20,6 +20,6 @@ jobs:
20
uses: home-assistant/builder@master
21
22
23
- --aarch64 \
24
--target modsecurity/ \
25
--docker-hub jhampdbre
modsecurity/Dockerfile
@@ -59,6 +59,7 @@ RUN echo 'Installing Nginx Modules' && \
59
--add-dynamic-module=../ModSecurity-nginx && \
60
make modules \
61
) && \
62
+ mkdir -p /usr/lib/nginx/modules && \
63
cp /opt/nginx-${NGINX_VERSION}/objs/ngx_http_modsecurity_module.so \
64
/usr/lib/nginx/modules/ && \
65
rm -fr /opt/* && \
0 commit comments