Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d757604c
Unverified
Commit
d757604c
authored
Apr 23, 2025
by
Ryan McCormick
Committed by
GitHub
Apr 24, 2025
Browse files
feat: Add linux aarch64 support to dynamo-run build (#802)
parent
26fe79dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
launch/dynamo-run/Cargo.toml
launch/dynamo-run/Cargo.toml
+4
-0
No files found.
launch/dynamo-run/Cargo.toml
View file @
d757604c
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment