Skip to content

Commit

Permalink
Merge branch 'main' into feat/helm-add-podlabels
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Feb 28, 2025
2 parents ef269db + 2d1d8ac commit 78e9c70
Show file tree
Hide file tree
Showing 74 changed files with 4,182 additions and 845 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push-wasm-plugin-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ jobs:
command="
set -e
cd /workspace/plugins/wasm-rust/extensions/${PLUGIN_NAME}
if [ -f ./.prebuild ]; then
echo 'Found .prebuild file, sourcing it...'
. ./.prebuild
fi
rustup target add wasm32-wasip1
cargo build --target wasm32-wasip1 --release
cp target/wasm32-wasip1/release/*.wasm plugin.wasm
tar czvf plugin.tar.gz plugin.wasm
Expand Down
Loading

0 comments on commit 78e9c70

Please sign in to comment.