Compare commits

..

2 Commits

Author SHA1 Message Date
c7f2aa72e5 added rtmp module to nginx image
Some checks failed
CI / Build nginx docker images (push) Has been cancelled
2025-12-23 22:16:11 +08:00
f724b5f0e3 try to fix ganymede build 2025-12-23 22:16:11 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64
linux/arm32
push: true
pull: true
ssh: default=/home/luser/.ssh/id_ed25519

View File

@@ -18,6 +18,7 @@ CONFIG='
--http-scgi-temp-path=/var/cache/nginx/scgi_temp
--user=nginx
--group=nginx
--with-pcre
--with-http_ssl_module
--with-http_realip_module
--with-http_addition_module