nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

re-org the the release folder structure #540

Open eyberg opened 4 years ago

eyberg commented 4 years ago

right now we have something like

release->{version,nightly}->platform

we need to add support for arch - maybe the easiest thing to do for now is to keep everything in the deepest folder and just diff. between arch

the only reason we even have a platform tag between darwin/linux is from mkfs

eyberg commented 4 years ago

also eventually we'll want to add a windows platform option https://github.com/nanovms/ops/issues/282 now that initial hyper-v support is available