Fix deploy script on arm & windows builds

This commit is contained in:
Jordan Johnson-Doyle
2019-02-21 18:11:42 +00:00
parent 1115bbc937
commit 41900eaeee

View File

@@ -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