containerd-shim-kata-v2: add building of shimv2 into Makefile

Add the Makefile target of building shimv2.

Fixes: #485

Signed-off-by: fupan <lifupan@gmail.com>
This commit is contained in:
fupan
2018-11-19 14:45:24 +08:00
parent 8199d10742
commit 02f8b29837
4 changed files with 19 additions and 4 deletions

View File

@@ -13,4 +13,3 @@ import (
func main() {
shim.Run("io.containerd.kata.v2", containerdshim.New)
}