File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 60
2121 env :
22- BUILD_APISIX_BASE_VERSION : 1.19.3.2 .0
22+ BUILD_APISIX_BASE_VERSION : 1.21.4.1 .0
2323 steps :
2424 - uses : actions/checkout@v2
2525
Original file line number Diff line number Diff line change 1616 ngx_multi_upstream_module_ver=" 1.1.0"
1717 mod_dubbo_ver=" 1.0.2"
1818 apisix_nginx_module_ver=" 1.9.0"
19- wasm_nginx_module_ver=" 0.6.0 "
19+ wasm_nginx_module_ver=" 0.6.1 "
2020 lua_var_nginx_module_ver=" v0.5.2"
2121 debug_args=${debug_args:- }
2222 OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty" }
Original file line number Diff line number Diff line change 1313
1414ARCH=${ARCH:- `(uname -m | tr ' [:upper:]' ' [:lower:]' )`}
1515
16- openresty_zlib_version=" 1.2.11-3 "
17- openresty_openssl111_version=" 1.1.1n"
18- openresty_pcre_version=" 8.44 -1"
16+ openresty_zlib_version=" 1.2.12-1 "
17+ openresty_openssl111_version=" 1.1.1n-1 "
18+ openresty_pcre_version=" 8.45 -1"
1919if [ " $PACKAGE_TYPE " == " deb" ]; then
20- openresty_zlib_version=" 1.2.11-3~focal1"
21- openresty_pcre_version=" 8.44-1~focal1"
20+ pkg_suffix=" focal1"
21+ openresty_zlib_version=" $openresty_zlib_version ~$pkg_suffix "
22+ openresty_openssl111_version=" $openresty_openssl111_version ~$pkg_suffix "
23+ openresty_pcre_version=" $openresty_pcre_version ~$pkg_suffix "
2224fi
2325
2426fpm -f -s dir -t " $PACKAGE_TYPE " \
You can’t perform that action at this time.
0 commit comments