Skip to content

Commit

Permalink
fix: packaging apisix based on apisix-runtime in the circleci (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan authored Nov 23, 2023
1 parent 8651d4a commit a2a69f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,10 @@ jobs:
name: build apisix package
command: |
APISIX_TAG_VERSION=$(echo ${CIRCLE_TAG##*/})
wget https://raw.githubusercontent.com/apache/apisix/${APISIX_TAG_VERSION}/.requirements && source .requirements
echo "apisix version: $APISIX_TAG_VERSION"
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 >>
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 >>
mv ./output/apisix*.${PACK_TYPE} ${VAR_WORKBENCH_DIR}
- store_artifacts:
Expand Down

0 comments on commit a2a69f1

Please sign in to comment.