ci: strip static binary
To reduce the file size, strip the static binary.cute-signatures
parent
f49600d38b
commit
e3b499fb2b
|
@ -49,7 +49,7 @@ build-static:
|
||||||
script:
|
script:
|
||||||
- abuild-apk add make gcc git musl-dev openssl-dev linux-headers zlib-dev lua5.3-dev lua5.3-lzlib zlib-static openssl-libs-static
|
- abuild-apk add make gcc git musl-dev openssl-dev linux-headers zlib-dev lua5.3-dev lua5.3-lzlib zlib-static openssl-libs-static
|
||||||
- make -j$(nproc) static
|
- make -j$(nproc) static
|
||||||
- cp src/apk.static src/apk.static-$ARCH
|
- install -s -m0755 src/apk.static src/apk.static-$ARCH
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- ARCH:
|
- ARCH:
|
||||||
|
|
Loading…
Reference in New Issue