Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
Signed-off-by: dierbei <[email protected]>
  • Loading branch information
dierbei committed Sep 15, 2023
1 parent ce87016 commit 39ff267
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
"quark",
"cloudHypervisor",
# "kuasar.image",
"vmlinux.bin",
"containerd-shim-kuasar-vmm-v2",
"containerd-shim-kuasar-wasm-v2"
# "vmlinux.bin",
# "containerd-shim-kuasar-vmm-v2",
# "containerd-shim-kuasar-wasm-v2"
]
include:
- directories: wasmedge
Expand All @@ -35,8 +35,8 @@ jobs:
command: bin/vmm-sandboxer HYPERVISOR=cloud_hypervisor
# - directories: kuasar.image
# command: bin/kuasar.img GUESTOS_IMAGE=ubuntu
- directories: vmlinux.bin
command: bin/vmlinux.bin
# - directories: vmlinux.bin
# command: bin/vmlinux.bin
runs-on: ubuntu-latest
timeout-minutes: 30

Expand Down Expand Up @@ -78,4 +78,5 @@ jobs:
# if: ${{ matrix.wasmEdge }}
# run: curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v ${{ matrix.wasmEdge }} >> /dev/null
- name: Build
working-directory: shim
run: make ${{ matrix.command }} && ls bin

0 comments on commit 39ff267

Please sign in to comment.