Skip to content

Commit 39ee6bb

Browse files
committed
Update CI (add sstrip build)
1 parent 6380114 commit 39ee6bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)