mirage 4.5 unikernels: update build instructions
This commit is contained in:
parent
1fa654b0b6
commit
4b7ca571c0
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ bug-reports: "dummy"
|
|||
dev-repo: "git://dummy"
|
||||
synopsis: "The famous hello world unikernel"
|
||||
|
||||
build: ["sh" "-exc" "cd tutorial/hello-key/ && mirage build"]
|
||||
build: [make "-Ctutorial/hello-key/" "build"]
|
||||
|
||||
install: [
|
||||
[ "cp" "tutorial/hello-key/dist/hello-key.hvt" "%{bin}%/hello-key.hvt" ]
|
||||
|
|
|
@ -8,7 +8,7 @@ bug-reports: "dummy"
|
|||
dev-repo: "git://dummy"
|
||||
synopsis: "A QubesOS firewall as unikernel"
|
||||
|
||||
build: ["sh" "-exc" "mirage build"]
|
||||
build: [make "build"]
|
||||
|
||||
install: [
|
||||
[ "cp" "dist/qubes-firewall.xen" "%{bin}%/qubes-firewall.xen" ]
|
||||
|
|
|
@ -8,7 +8,7 @@ bug-reports: "dummy"
|
|||
dev-repo: "git://dummy"
|
||||
synopsis: "A static website example unikernel"
|
||||
|
||||
build: ["sh" "-exc" "cd applications/static_website_tls/ && mirage build"]
|
||||
build: [make "-Capplications/static_website_tls/" "build"]
|
||||
|
||||
install: [
|
||||
[ "cp" "applications/static_website_tls/dist/https.hvt" "%{bin}%/https.hvt" ]
|
||||
|
|
Loading…
Reference in a new issue