about summary refs log tree commit diff
path: root/users/fcuny/exp/containerd-to-vm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/exp/containerd-to-vm/Makefile')
-rw-r--r--users/fcuny/exp/containerd-to-vm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/fcuny/exp/containerd-to-vm/Makefile b/users/fcuny/exp/containerd-to-vm/Makefile
index a071aeb..a7997d8 100644
--- a/users/fcuny/exp/containerd-to-vm/Makefile
+++ b/users/fcuny/exp/containerd-to-vm/Makefile
@@ -1,3 +1,9 @@
 .PHONY: build
 build:
 	go build -o c2vm cmd/c2vm/main.go
+
+.PHONY: firecracker-binary
+firecracker-binary:
+	mkdir -p hack/firecracker
+	curl -L -o hack/firecracker/firecracker.tgz https://github.com/firecracker-microvm/firecracker/releases/download/v0.24.3/firecracker-v0.24.3-x86_64.tgz
+	tar xvzf hack/firecracker/firecracker.tgz -C hack/firecracker