forked from MIrrors/bin
Fix deploy script on arm & windows builds
This commit is contained in:
@@ -19,7 +19,7 @@ main() {
|
|||||||
|
|
||||||
cross rustc --bin bin --target $TARGET --release -- -C lto
|
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/
|
cp target/$TARGET/release/bin $stage/
|
||||||
|
|
||||||
cd $stage
|
cd $stage
|
||||||
|
|||||||
Reference in New Issue
Block a user