add static cross to x86_64-unknown-linux-musl

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

View file

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