unikraft / catalog

Unikraft Applications & Examples Catalog
23 stars 29 forks source link

`library/*`: Use short form for target definitions #2

Closed razvand closed 8 months ago

razvand commented 8 months ago

There are currently two ways to specify the platform and architecture in Kraftfiles with rules to build / run targets:

a)

- plat: qemu
  arch: arm64

b)

- qemu/arm64

For simplicity and conciseness, go for option b) in all Kraftfiles that specify targets.