File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ elif [ "$RESTY_IMAGE_BASE" == "rhel" ]; then
2323elif [ " $RESTY_IMAGE_BASE " == " amazonlinux" ]; then
2424 PACKAGE_TYPE=" rpm"
2525 FPM_PARAMS=" -d pcre -d perl -d perl-Time-HiRes"
26- OUTPUT_FILE_SUFFIX=" .aws${RESTY_IMAGE_TAG} "
26+ OUTPUT_FILE_SUFFIX=" .aws"
2727fi
2828if [ " $RESTY_IMAGE_TAG " == " bullseye" ]; then
2929 FPM_PARAMS=" -d libpcre3 -d perl -d zlib1g-dev"
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ elif [ "$RESTY_IMAGE_BASE" == "src" ]; then
6464 OUTPUT_FILE_SUFFIX=" .tar.gz"
6565 curl -L https://github.com/Kong/kong/archive/$KONG_VERSION .tar.gz -o output/$KONG_PACKAGE_NAME -$KONG_VERSION$OUTPUT_FILE_SUFFIX
6666fi
67+ if [ " $RESTY_IMAGE_BASE " == " amazonlinux" ] && [ " $RESTY_IMAGE_TAG " == " 2" ]; then
68+ BINTRAY_DIRECTORY=" amazonlinux/amazonlinux2"
69+ fi
6770
6871if [ " $RELEASE_DOCKER_ONLY " == " true" ]; then
6972 exit 0
You can’t perform that action at this time.
0 commit comments