Skip to content

Commit

Permalink
feat: prepare to release APISIX-Base 1.21.4.1.0 (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Jun 20, 2022
1 parent 0e70c70 commit a7df6f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-apisix-base-deb-ubuntu20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
env:
BUILD_APISIX_BASE_VERSION: 1.19.3.2.0
BUILD_APISIX_BASE_VERSION: 1.21.4.1.0
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion build-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
ngx_multi_upstream_module_ver="1.1.0"
mod_dubbo_ver="1.0.2"
apisix_nginx_module_ver="1.9.0"
wasm_nginx_module_ver="0.6.0"
wasm_nginx_module_ver="0.6.1"
lua_var_nginx_module_ver="v0.5.2"
debug_args=${debug_args:-}
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}
Expand Down
12 changes: 7 additions & 5 deletions package-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ fi

ARCH=${ARCH:-`(uname -m | tr '[:upper:]' '[:lower:]')`}

openresty_zlib_version="1.2.11-3"
openresty_openssl111_version="1.1.1n"
openresty_pcre_version="8.44-1"
openresty_zlib_version="1.2.12-1"
openresty_openssl111_version="1.1.1n-1"
openresty_pcre_version="8.45-1"
if [ "$PACKAGE_TYPE" == "deb" ]; then
openresty_zlib_version="1.2.11-3~focal1"
openresty_pcre_version="8.44-1~focal1"
pkg_suffix="focal1"
openresty_zlib_version="$openresty_zlib_version~$pkg_suffix"
openresty_openssl111_version="$openresty_openssl111_version~$pkg_suffix"
openresty_pcre_version="$openresty_pcre_version~$pkg_suffix"
fi

fpm -f -s dir -t "$PACKAGE_TYPE" \
Expand Down

0 comments on commit a7df6f9

Please sign in to comment.