use the hello-key as hello unikernel

This commit is contained in:
Hannes Mehnert 2022-03-01 22:36:06 +01:00
parent 59fe5abd06
commit 3e644df40f

View file

@ -23,11 +23,11 @@ authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git+https://example.com/nonexistent"
build: [ "sh" "-exc" "cd tutorial/hello && mirage configure -t hvt && mirage build" ]
build: [ "sh" "-exc" "cd tutorial/hello-key && mirage configure -t hvt && mirage build" ]
synopsis: "The famous hello world unikernel."
install: [
[ "cp" "tutorial/hello/hello.hvt" "%{bin}%/hello.hvt" ]
[ "cp" "tutorial/hello-key/hello.hvt" "%{bin}%/hello.hvt" ]
[ "strip" "%{bin}%/hello.hvt" ]
[ "cp" "tutorial/hello/hello.hvt" "%{prefix}%/hello.hvt.debug" ]
[ "cp" "tutorial/hello-key/hello.hvt" "%{prefix}%/hello.hvt.debug" ]
]
url { src: "git+https://github.com/mirage/mirage-skeleton.git" }