Update build-and-deploy-plugins.yml

This commit is contained in:
BushraS-Protean
2025-05-20 15:51:48 +05:30
committed by GitHub
parent bab3a90476
commit 457ea09dd3

View File

@@ -62,12 +62,16 @@ jobs:
fi
done
BUILD_CMDS=${BUILD_CMDS%" && "}
echo "🛠️ Running build commands inside Docker:"
echo "$BUILD_CMDS"
docker run --rm -v "$(pwd)":/app -w /app golang:1.24-bullseye sh -c "$BUILD_CMDS"
- name: Zip the plugin binaries
- name: List zip output
run: |
cd $PLUGIN_OUTPUT_DIR
zip -r ../$ZIP_FILE *.so
cd ..
ls -lh plugins_bundle.zip
- name: Authenticate to GCP
run: |