feat: pack with upx
Some checks failed
push / build (push) Has been cancelled

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

View File

@ -8,6 +8,7 @@ prepare:
git submodule update --init --remote
$(MAKE) -C JOJ3
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
upx -9 bin/*
force-build: prepare
docker build --no-cache -t $(IMAGE_NAME) .