add static cross to aarch64-unknown-linux-musl

This commit is contained in:
Charles Hall 2024-01-23 11:49:52 -08:00
parent 81ae579b25
commit 0e8e4f1083
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 33 additions and 0 deletions

View file

@ -18,4 +18,5 @@ components = [
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-musl",
]