deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes
Apache License 2.0
312 stars 48 forks source link

add ./bin to the cache path to be shared between jobs #23

Closed devigned closed 2 years ago

devigned commented 2 years ago

The build job moved the bins to ./bin. These artifacts are needed in the release build and can only be shared by persisting them across jobs. This PR adds ./bin to the cache path.