This commit is contained in:
parent
2c16b2c890
commit
c36d6dd17d
6
Makefile
6
Makefile
|
@ -8,9 +8,9 @@ prepare:
|
||||||
git submodule update --init --remote
|
git submodule update --init --remote
|
||||||
$(MAKE) -C JOJ3
|
$(MAKE) -C JOJ3
|
||||||
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker JOJ3/build/teapot-checker bin/
|
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker JOJ3/build/teapot-checker bin/
|
||||||
ls -lha bin
|
# ls -lha bin
|
||||||
upx --best bin/*
|
# upx --best bin/*
|
||||||
ls -lha bin
|
# ls -lha bin
|
||||||
|
|
||||||
force-build: prepare
|
force-build: prepare
|
||||||
docker build --no-cache -t $(IMAGE_NAME) .
|
docker build --no-cache -t $(IMAGE_NAME) .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user