AOSC-Dev / ciel-rs

A tool for controlling AOSC OS packaging environments using multi-layer filesystems and containers (version 3)
MIT License
10 stars 5 forks source link

Feature request: add option to `ciel new` to download arch-specific tarball #17

Closed jiegec closed 1 year ago

jiegec commented 1 year ago

For example, it can be useful to setup cross architecture ciel workspaces via:

ciel new --arch riscv64
# download aosc-os_buildkit_xxxxxxxx_riscv64.tar.xz

instead of downloading tarball manually.

MingcongBai commented 1 year ago

There is actually a --from-tarball option, where you can simply specify the URL to the tarball. But this seem like a good idea.

Cyanoxygen commented 1 year ago

Just discovered this - there is an ongoing PR which added support for this feature: #18