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:
47
47
cross build --release --target aarch64-unknown-linux-musl --no-default-features
48
48
mv target/aarch64-unknown-linux-musl/release/sharun sharun-aarch64-lite
49
49
50
- - name : UPX
51
- run : |
52
- ls sharun-*|xargs -I {} upx -9 --best {} -o {}-upx
53
-
54
50
- name : Strip
55
51
run : |
56
52
(git clone https://github.com/aunali1/super-strip.git && cd super-strip
57
53
make
58
54
sudo mv -fv sstrip /usr/bin/)
59
55
sstrip sharun-*
60
56
57
+ - name : UPX
58
+ run : |
59
+ ls sharun-*|xargs -I {} upx -9 --best {} -o {}-upx
60
+ sstrip sharun-*-upx
61
+
61
62
- name : AIO sharun x86_64
62
63
run : |
63
64
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