diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 3efe49a..c69d658 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -19,7 +19,7 @@ main() { cross rustc --bin bin --target $TARGET --release -- -C lto - strip target/$TARGET/release/bin + [ "$TARGET" == "arm-unknown-linux-gnueabi" ] || [ "$TARGET" == "x86_64-pc-windows-gnu" ] || strip target/$TARGET/release/bin cp target/$TARGET/release/bin $stage/ cd $stage