Skip to content

Commit

Permalink
Add aarch64 depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight authored Jan 26, 2024
1 parent 9c35c66 commit f0a6191
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ h2 = "0.3.24"
[target.x86_64-unknown-linux-musl.dependencies]
openssl = { version = "0.10.*", features = ["vendored"] }

[target.aarch64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10.*", features = ["vendored"] }

[target.aarch64-unknown-linux-musl.dependencies]
openssl = { version = "0.10.*", features = ["vendored"] }

[[bin]]
name = "docker-autoheal"
bench = true
Expand Down

0 comments on commit f0a6191

Please sign in to comment.