1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2026-04-20 08:03:13 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
27155d8eaf feat: precompile nginx binary on release and download during builds
On release creation, a GitHub Actions workflow compiles a statically-linked
nginx binary and uploads it as a release asset. During builds, the compile
script now attempts to download the precompiled binary before falling back
to source compilation, significantly speeding up cold-cache deploys.
2026-04-19 19:16:11 -04:00