Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
428 B
14 lines
428 B
[target.aarch64-unknown-linux-musl] |
|
image = "rust-cross:aarch64-unknown-linux-musl" |
|
|
|
[target.arm-unknown-linux-musleabihf] |
|
image = "rust-cross:arm-unknown-linux-musleabihf" |
|
|
|
[target.armv7-unknown-linux-musleabihf] |
|
image = "rust-cross:armv7-unknown-linux-musleabihf" |
|
|
|
[target.i686-unknown-linux-musl] |
|
image = "rust-cross:i686-unknown-linux-musl" |
|
|
|
[target.x86_64-unknown-linux-musl] |
|
image = "rust-cross:x86_64-unknown-linux-musl"
|
|
|