Compare commits
1 Commits
27da21cfab
...
d94f1f7049
| Author | SHA1 | Date | |
|---|---|---|---|
| d94f1f7049 |
2
Makefile
2
Makefile
@ -19,6 +19,7 @@ DIRS := $(shell find $(IMAGES_PATH) -mindepth 3 -maxdepth 3 -type d | sed 's|$(I
|
|||||||
|
|
||||||
.DEFAULT_GOAL := default
|
.DEFAULT_GOAL := default
|
||||||
default: clean
|
default: clean
|
||||||
|
dnf install tree -y
|
||||||
./ci/build.sh
|
./ci/build.sh
|
||||||
|
|
||||||
# Make all images
|
# Make all images
|
||||||
@ -69,6 +70,7 @@ $(DIRS):
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Build the image
|
# Build the image
|
||||||
|
tree /work
|
||||||
(cd $(IMAGES_PATH)/$@ && \
|
(cd $(IMAGES_PATH)/$@ && \
|
||||||
export DATE=$(DATE_TAG) && \
|
export DATE=$(DATE_TAG) && \
|
||||||
export OS_NAME=$$(echo $@ | cut -d'/' -f1) && \
|
export OS_NAME=$$(echo $@ | cut -d'/' -f1) && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user