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