chore: skip upx for faster build
All checks were successful
push / build (push) Successful in 40s

This commit is contained in:
张泊明518370910136 2024-11-28 14:23:23 -05:00
parent 2c16b2c890
commit c36d6dd17d
GPG Key ID: CA088E6D9284F870

View File

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