feat: show size before & after upx
All checks were successful
push / build (push) Successful in 1m5s
All checks were successful
push / build (push) Successful in 1m5s
This commit is contained in:
parent
a15b34bdea
commit
c1755caae2
2
Makefile
2
Makefile
|
@ -8,7 +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 bin/
|
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
|
||||||
|
ls -lha bin
|
||||||
upx -9 bin/*
|
upx -9 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