Skip to content
This repository was archived by the owner on Dec 3, 2020. It is now read-only.

Commit b0a6ac3

Browse files
committed
add armv7 targets
1 parent 98540fb commit b0a6ac3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ command = "cross"
5959
args = ["build", "--target", "arm-unknown-linux-musleabihf", "--release"]
6060
dependencies = ["clean"]
6161

62+
[tasks.release-armv7]
63+
command = "cross"
64+
args = ["build", "--target", "armv7-unknown-linux-musleabihf", "--release"]
65+
dependencies = ["clean"]
66+
6267
[tasks.dist-folder]
6368
command = "mkdir"
6469
args = ["-p", "dist"]
@@ -91,6 +96,11 @@ command = "cross"
9196
args = ["build", "--target", "arm-unknown-linux-musleabihf", "--release", "--features", "suppport_int32_setting_type"]
9297
dependencies = ["clean"]
9398

99+
[tasks.release-armv7-int32]
100+
command = "cross"
101+
args = ["build", "--target", "armv7-unknown-linux-musleabihf", "--release", "--features", "suppport_int32_setting_type"]
102+
dependencies = ["clean"]
103+
94104
[tasks.copy-to-dist-int32]
95105
script = [
96106
"cp target/x86_64-pc-windows-gnu/release/async_msp_cli.exe dist/async_msp_cli_windows_int32.exe",

0 commit comments

Comments
 (0)