Skip to content

Commit

Permalink
Don't UPX compress linux_arm64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jul 11, 2018
1 parent 21bd850 commit 1bfb10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfacer/contrib/upx_compress_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -ex
shopt -s extglob

pushd dist
upx !(@(freebsd*|darwin*))/*
upx !(@(freebsd*|darwin*|linux_arm64))/*
popd

0 comments on commit 1bfb10f

Please sign in to comment.