File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 33set -e
44
55apk add --no-cache musl-dev bash jq make
6- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community upx
76
87DIR=` dirname $0 `
98
Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ cargo build -p mprocs --release --target=$TRIPLE
5151
5252cp target/$TRIPLE /release/mprocs release/mprocs-$VERSION -$OS_ARCH /mprocs
5353
54- upx --brute release/mprocs-$VERSION -$OS_ARCH /mprocs
55-
5654tar -czvf release/mprocs-$VERSION -$OS_ARCH .tar.gz \
5755 -C release/mprocs-$VERSION -$OS_ARCH \
5856 mprocs
Original file line number Diff line number Diff line change @@ -8,6 +8,4 @@ cargo build --release || exit /b
88
99COPY target\release\mprocs.exe release\mprocs-%VERSION% -windows-x86_64\mprocs.exe || exit /b
1010
11- :: upx --brute release\mprocs-%VERSION%-windows-x86_64\mprocs.exe || exit /b
12-
1311tar.exe -a -c -f release\mprocs-%VERSION% -windows-x86_64.zip -C release\mprocs-%VERSION% -windows-x86_64 mprocs.exe
You can’t perform that action at this time.
0 commit comments