File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -218,8 +218,10 @@ jobs:
218218 name : build apisix package
219219 command : |
220220 APISIX_TAG_VERSION=$(echo ${CIRCLE_TAG##*/})
221+ wget https://raw.githubusercontent.com/apache/apisix/${APISIX_TAG_VERSION}/.requirements && source .requirements
222+
221223 echo "apisix version: $APISIX_TAG_VERSION"
222- make package type=${PACK_TYPE} app=apisix openresty=apisix-base checkout=${APISIX_TAG_VERSION} version=${APISIX_TAG_VERSION} image_base=<< parameters.var_os >> image_tag=<< parameters.var_os_release >>
224+ make package type=${PACK_TYPE} app=apisix openresty=apisix-runtime runtime_version=${APISIX_RUNTIME} checkout=${APISIX_TAG_VERSION} version=${APISIX_TAG_VERSION} image_base=<< parameters.var_os >> image_tag=<< parameters.var_os_release >>
223225 mv ./output/apisix*.${PACK_TYPE} ${VAR_WORKBENCH_DIR}
224226
225227 - store_artifacts :
You can’t perform that action at this time.
0 commit comments