godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

No -with-runtime tarball in release #57

Open cguo5520 opened 3 years ago

cguo5520 commented 3 years ago

Current Install steps:

Step 1: Install Darch
If you are on Arch Linux, you can install it from the AUR. Otherwise, head over to the GitHub Releases and download the Darch binaries. There are two packages you can download.

darch-amd64-with-runtime.tar.gz - Contains Darch, but with containerd and runc baked into it.
darch-amd64.tar.gz - Contains just Darch.

It doesn't look like releases come with runtime anymore. I think either the docs should be corrected or the runtime should be re-included.