feat: show size before & after upx

This commit is contained in:
张泊明518370910136 2024-11-06 18:14:27 -05:00
parent a15b34bdea
commit c1755caae2
GPG Key ID: CA088E6D9284F870

View File

@ -8,7 +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 -9 bin/*
ls -lha bin
force-build: prepare
docker build --no-cache -t $(IMAGE_NAME) .