Add fstools and container dependencies to ci-pkg target

This commit is contained in:
Jeremy Soller 2025-04-23 19:11:58 -06:00
parent a4ae7d9529
commit 490b7d7f3a

View File

@ -22,7 +22,7 @@ server desktop demo: FORCE
cp "build/$(ARCH)/$@/livedisk.iso" "$(IMG_DIR)/redox_$(@)$(IMG_SEPARATOR)$(IMG_TAG)_livedisk.iso"
# CI packaging target
ci-pkg: prefix FORCE
ci-pkg: prefix $(FSTOOLS_TAG) $(CONTAINER_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) $(MAKE) $@
else