more inform

This commit is contained in:
Minoplhy 2024-10-10 16:02:01 +00:00 committed by GitHub
parent 46b1f490bc
commit d736660638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,12 @@ jobs:
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
- name: Run freenginx Builds - name: Run freenginx Builds
run: | run: |
for i in ${!TAGS[@]}; do
echo "This Task will be run using the following tag: ${NGINX_TAG}" echo "This Task will be run using the following tag: ${NGINX_TAG}"
for i in ${!TAGS[@]}; do
echo "This Task will be run using the following version: ${TAGS[$i]}"
echo "This Task will be run using the following options: ${OPTIONS[$i]}"
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG} ${OPTIONS[$i]} curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG} ${OPTIONS[$i]}
# Prepare tar file paths # Prepare tar file paths