Skip to content

Commit

Permalink
fix: Add missing aarch64-unknown-linux-musl Cross target definition (
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Mar 26, 2024
1 parent 85796ea commit 15416d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ image = "jenoch/rust-cross:armv7-unknown-linux-gnueabihf"
[target.aarch64-unknown-linux-gnu]
image = "jenoch/rust-cross:aarch64-unknown-linux-gnu"

[target.aarch64-unknown-linux-musl]
image = "jenoch/rust-cross:aarch64-unknown-linux-musl"

0 comments on commit 15416d1

Please sign in to comment.