Update build-and-deploy-plugins.yml
This commit is contained in:
12
.github/workflows/build-and-deploy-plugins.yml
vendored
12
.github/workflows/build-and-deploy-plugins.yml
vendored
@@ -62,12 +62,16 @@ jobs:
|
||||
fi
|
||||
done
|
||||
|
||||
BUILD_CMDS=${BUILD_CMDS%" && "}
|
||||
echo "🛠️ Running build commands inside Docker:"
|
||||
echo "$BUILD_CMDS"
|
||||
|
||||
- name: Zip the plugin binaries
|
||||
docker run --rm -v "$(pwd)":/app -w /app golang:1.24-bullseye sh -c "$BUILD_CMDS"
|
||||
|
||||
- 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: |
|
||||
|
||||
Reference in New Issue
Block a user