Currently the CI only runs on master branch and therefore builds the apisix debian package with Openresty Version 1.25 and Openssl version 3.2.
This PR helps so that in the case we want to build the debian package for apisix-runtime where the apisix runtime uses openresty/1.21 we can manually trigger it on a branch we already have openresty/1.21 where the script it uses builds the apisix-runtime with Openresty 1.21 and Openssl 3.2
Currently the CI only runs on master branch and therefore builds the apisix debian package with Openresty Version 1.25 and Openssl version 3.2. This PR helps so that in the case we want to build the debian package for apisix-runtime where the apisix runtime uses openresty/1.21 we can manually trigger it on a branch we already have openresty/1.21 where the script it uses builds the apisix-runtime with Openresty 1.21 and Openssl 3.2