From 7a0f43c273fe2eab1032e4b8fd2ca4069e550cdb Mon Sep 17 00:00:00 2001 From: Kay0u Date: Sun, 1 Dec 2019 12:59:05 +0900 Subject: [PATCH] TODO Support more projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc926bb..26f181e 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ When you write `.gitlab-ci.yml` you can give some [variables](https://docs.gitla ## TODO +- Support more YunoHost Core projects (for now only `yunohost` is supported, not `moulinette`...) - Add the possibility to select between arch (amd64, arm), for now only amd64 is available. - Be sure that the runner can run several jobs in parallel (The `rebuild_base_container` function in `prepare.sh` script can't be run in parallel, should we run a pre-prepare script manually to download and prepare lxc envs?). - Update all lxc envs to keep them up-to-date.