nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.25k stars 321 forks source link

Add unitctl build and release CI #1256

Closed arbourd closed 1 month ago

arbourd commented 1 month ago

Adds a GitHub Actions workflow that builds and releases unitctl binaries when a tag prefixed with unitctl/ is pushed.

Binaries are built on pull-requests that change any files within tools/unitctl, on master branch pushes and when unitctl/ prefixed tags are pushed.

Screenshot 2024-05-09 at 2 30 03 PM
arbourd commented 1 month ago

Accidentally pushed to wrong remote, brb