Added ability build for custom nginx version for distributive build
This commit is contained in:
8
BUILD.md
8
BUILD.md
@@ -29,6 +29,14 @@ To build the package, run the command:
|
||||
bash package_preparer.sh prepare "almalinux:9"
|
||||
```
|
||||
|
||||
or if a specific nginx version is required for the distribution, use this command:
|
||||
|
||||
```
|
||||
bash package_preparer.sh prepare "almalinux:9" "1.30.2"
|
||||
```
|
||||
|
||||
in this case the module will be built for nginx=1.30.2.
|
||||
|
||||
The build was tested on the following images:
|
||||
|
||||
* almalinux:9
|
||||
|
||||
Reference in New Issue
Block a user