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