mirror of
https://github.com/alibaba/higress.git
synced 2026-03-15 22:30:47 +08:00
Migrate WASM Go Plugins to New SDK and Go 1.24 (#2532)
This commit is contained in:
@@ -60,8 +60,8 @@ else
|
||||
echo "🚀 Build all Go WasmPlugins under folder of $EXTENSIONS_DIR"
|
||||
for file in `ls $EXTENSIONS_DIR`
|
||||
do
|
||||
# TODO: adjust waf build
|
||||
if [ "$file" == "waf" ]; then
|
||||
# : adjust waf build
|
||||
if [ "$file" == "" ]; then
|
||||
continue
|
||||
fi
|
||||
if [ -d $EXTENSIONS_DIR$file ]; then
|
||||
|
||||
Reference in New Issue
Block a user