feat: only apply upx on repo-health-checker
All checks were successful
push / build (push) Successful in 1m12s
All checks were successful
push / build (push) Successful in 1m12s
This commit is contained in:
parent
c1755caae2
commit
472bd8c1c4
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ prepare:
|
||||||
$(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
|
ls -lha bin
|
||||||
upx -9 bin/*
|
upx --best bin/repo-health-checker
|
||||||
ls -lha bin
|
ls -lha bin
|
||||||
|
|
||||||
force-build: prepare
|
force-build: prepare
|
||||||
|
|
Loading…
Reference in New Issue
Block a user