Fix CI, add packages to ci.toml so desktop can build from binaries

This commit is contained in:
Ron Williams 2024-11-21 15:06:54 +00:00 committed by Jeremy Soller
parent af24b81795
commit e9628b64d8
5 changed files with 64 additions and 9 deletions

View file

@ -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