feat: introduce groups file

This commit is contained in:
Lance R. Vick 2024-02-13 08:18:14 -08:00
parent 29e5de9225
commit 8d4ed474a8
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@ export NOCACHE_FLAG
clean_logs := $(shell rm *.log 2>&1 >/dev/null || :)
include src/macros.mk
include src/packages.mk
include src/groups.mk
src/packages.mk: out/sxctl/index.json $(shell find src/*/*/Containerfile | tr '\n' ' ')
env -C out/sxctl tar -cf - . | docker load

2
src/groups.mk Normal file
View file

@ -0,0 +1,2 @@
.PHONY: bootstrap
bootstrap: stage0 stage1 stage2 stage3