File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,18 @@ jobs:
4747 cross build --release --target aarch64-unknown-linux-musl --no-default-features
4848 mv target/aarch64-unknown-linux-musl/release/sharun sharun-aarch64-lite
4949
50- - name : UPX
51- run : |
52- ls sharun-*|xargs -I {} upx -9 --best {} -o {}-upx
53-
5450 - name : Strip
5551 run : |
5652 (git clone https://github.com/aunali1/super-strip.git && cd super-strip
5753 make
5854 sudo mv -fv sstrip /usr/bin/)
5955 sstrip sharun-*
6056
57+ - name : UPX
58+ run : |
59+ ls sharun-*|xargs -I {} upx -9 --best {} -o {}-upx
60+ sstrip sharun-*-upx
61+
6162 - name : AIO sharun x86_64
6263 run : |
6364 docker run --rm -v "${{ github.workspace }}:/root" -w /root --platform=linux/amd64 alpine:latest /root/.github/create_aio_sharun.sh
You can’t perform that action at this time.
0 commit comments