Fix CI, add packages to ci.toml so desktop can build from binaries
This commit is contained in:
parent
af24b81795
commit
e9628b64d8
5 changed files with 64 additions and 9 deletions
2
mk/ci.mk
2
mk/ci.mk
|
@ -9,7 +9,7 @@ IMG_DIR?=build/img/$(ARCH)
|
|||
ci-img: FORCE
|
||||
rm -rf $(IMG_DIR)
|
||||
mkdir -p $(IMG_DIR)
|
||||
$(MAKE) demo desktop server
|
||||
$(MAKE) server desktop demo
|
||||
cd $(IMG_DIR) && zstd --rm *
|
||||
cd $(IMG_DIR) && sha256sum -b * > SHA256SUM
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue