Compare commits

..

1 Commits

Author SHA1 Message Date
d94f1f7049 test: debug
All checks were successful
Build / build (pull_request) Successful in 39s
2025-01-25 17:59:23 +11:00

View File

@ -19,6 +19,7 @@ DIRS := $(shell find $(IMAGES_PATH) -mindepth 3 -maxdepth 3 -type d | sed 's|$(I
.DEFAULT_GOAL := default
default: clean
dnf install tree -y
./ci/build.sh
# Make all images
@ -69,6 +70,7 @@ $(DIRS):
done
# Build the image
tree /work
(cd $(IMAGES_PATH)/$@ && \
export DATE=$(DATE_TAG) && \
export OS_NAME=$$(echo $@ | cut -d'/' -f1) && \