Skip to content

Commit

Permalink
build wasm go plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7258 committed Jun 26, 2024
1 parent 20c5956 commit a2c89b8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-and-push-wasm-go-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
with:
fetch-depth: 1

- name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Setup ORAS
uses: oras-project/setup-oras@v1
with:
Expand All @@ -58,7 +48,7 @@ jobs:
for plugin in ${PLUGIN_DIRS[@]}; do
echo "Building and pushing image for plugin: ${plugin}"
IMAGE="${IMAGE_REGISTRY}/plugins/wasm-go-${plugin}:${PLUGIN_VERSION}"
PLUGIN_DIR="plugins/wasm-go/extensions/${plugin}"
PLUGIN_DIR="./extensions/${plugin}"
GOPROXY="https://proxy.golang.org,direct" PLUGIN_NAME="${plugin}" make build
tar czvf ${PLUGIN_DIR}/plugin.tar.gz ${PLUGIN_DIR}/plugin.wasm
Expand Down

0 comments on commit a2c89b8

Please sign in to comment.