Skip to content

Commit 238e493

Browse files
committed
add support for linux arm gnu
Signed-off-by: Ermin Hrkalovic <[email protected]>
1 parent 5dc9bb8 commit 238e493

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core-dump-agent/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ features = ["tokio-rustls-tls"]
3131
[target.x86_64-unknown-linux-gnu.dependencies.rust-s3]
3232
version = "0.31.0"
3333

34+
[target.aarch64-unknown-linux-gnu.dependencies.rust-s3]
35+
version = "0.31.0"
36+
3437
[dev-dependencies]
3538
fs_extra = "1.2"

0 commit comments

Comments
 (0)