deislabs / containerd-wasm-shims

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

chore: parallel build for shims #129

Closed 0xE282B0 closed 1 year ago

0xE282B0 commented 1 year ago

In addition to #126, this PR changes the build workflow to stars one job per shim and architecture. By parallelizing the builds, we get a nearly constant build time even as more shims are added.

Mossaka commented 1 year ago

This is awesome! It halved the CI runtime.