Unverified Commit d757604c authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

feat: Add linux aarch64 support to dynamo-run build (#802)

parent 26fe79dc
......@@ -74,3 +74,7 @@ rtnetlink = { version = "0.14", optional = true }
[target.x86_64-unknown-linux-musl.dependencies]
netlink-packet-route = { version = "0.19", optional = true }
rtnetlink = { version = "0.14", optional = true }
[target.aarch64-unknown-linux-gnu.dependencies]
netlink-packet-route = { version = "0.19", optional = true }
rtnetlink = { version = "0.14", optional = true }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment