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
No known key found for this signature in database
GPG Key ID: A95F87B578CE79B6
1 changed files with 1 additions and 1 deletions

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