containerd / runwasi

Facilitates running Wasm / WASI workloads managed by containerd
Apache License 2.0
1.01k stars 82 forks source link

Enable building and release of oci-tar-builder #523

Closed jsturtevant closed 3 months ago

jsturtevant commented 3 months ago

The 0.5.0 release is failing due to missing no matching package namedoci-tar-builderfound. After attempting to release this package the release build failed with:

error: package ID specification `containerd-shim-oci-tar-builder` did not match any packages

This make the updates to the makefile to support building and publishing this package. At a later time, we can build the oci-tar-builder binary and create a release artifact but for now we can release the library as is.