add upx as part of building step to shrink the size of binary files (#797)

This commit is contained in:
Tiger Wang
2022-12-29 18:24:36 -05:00
committed by GitHub
parent 8cff99f726
commit 84f17b4c4b
8 changed files with 179 additions and 869 deletions

View File

@@ -17,7 +17,7 @@ jobs:
run: |
sudo apt update
sudo apt-get --no-install-recommends --yes install \
libc6-dev-amd64-cross \
upx libc6-dev-amd64-cross \
gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
-