feat: add musl ci (#51)

This pr adds musl ci support for #50
This commit is contained in:
2023-03-19 13:16:36 +01:00
committed by GitHub
parent 2faabb0e50
commit b094ae4f53
8 changed files with 85 additions and 249 deletions

2
Cross.toml Normal file
View File

@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-musl]
image = "messense/rust-musl-cross:x86_64-musl"