Skip to content

Commit

Permalink
kraft.yaml: Update platform name and rootfs path
Browse files Browse the repository at this point in the history
Update platform name from `kvm` to `qemu`, since the default naming
convention was changed in release 0.13.0.
Also update the rootfs name, from `./minrootfs.tgz` to `./rootfs.tar.gz`.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #12
  • Loading branch information
StefanJum authored and unikraft-bot committed Jul 1, 2023
1 parent 8e0e4fc commit f5df8f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ unikraft:
- CONFIG_LIBUKLIBPARAM=y
targets:
- architecture: x86_64
platform: kvm
platform: qemu
- architecture: arm64
platform: kvm
platform: qemu
libraries:
musl:
version: stable
Expand All @@ -39,4 +39,4 @@ libraries:
volumes:
fs0:
driver: 9pfs
source: ./minrootfs.tgz
source: ./rootfs.tar.gz

0 comments on commit f5df8f3

Please sign in to comment.