mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-02 07:15:12 +00:00
Disable compress for darwin releases
This commit is contained in:
parent
cafe8d3b1e
commit
6b3215ba17
@ -40,7 +40,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for f in $(ls ./bin/); do
|
for f in $(ls ./bin/); do
|
||||||
if [[ $f != *darwin-arm64 ]]; then
|
if [[ $f != *darwin* ]]; then
|
||||||
upx -o $DAPPER_SOURCE/bin/$f bin/$f || true
|
upx -o $DAPPER_SOURCE/bin/$f bin/$f || true
|
||||||
fi
|
fi
|
||||||
if [ -f $DAPPER_SOURCE/bin/$f ]; then
|
if [ -f $DAPPER_SOURCE/bin/$f ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user