mirage 4.5 unikernels: update build instructions

This commit is contained in:
Hannes Mehnert 2024-05-06 19:55:42 +02:00
parent 1fa654b0b6
commit 4b7ca571c0
3 changed files with 3 additions and 3 deletions

View file

@ -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" ]

View file

@ -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" ]

View file

@ -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" ]