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
|
fi
|
||||||
done
|
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: |
|
run: |
|
||||||
cd $PLUGIN_OUTPUT_DIR
|
ls -lh plugins_bundle.zip
|
||||||
zip -r ../$ZIP_FILE *.so
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Authenticate to GCP
|
- name: Authenticate to GCP
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user