ci: strip static binary

To reduce the file size, strip the static binary.
cute-signatures
Kevin Daudt 2021-12-18 20:19:38 +01:00
parent f49600d38b
commit e3b499fb2b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ build-static:
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
- make -j$(nproc) static
- cp src/apk.static src/apk.static-$ARCH
- install -s -m0755 src/apk.static src/apk.static-$ARCH
parallel:
matrix:
- ARCH: