1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-11 14:08:15 +01:00
nushell/Cross.toml

9 lines
363 B
TOML
Raw Normal View History

# Configuration for cross-rs: https://github.com/cross-rs/cross
# Run cross-rs like this:
# cross build --target aarch64-unknown-linux-musl --release
[target.aarch64-unknown-linux-gnu]
dockerfile = "./docker/cross-rs/aarch64-unknown-linux-gnu.dockerfile"
[target.aarch64-unknown-linux-musl]
dockerfile = "./docker/cross-rs/aarch64-unknown-linux-musl.dockerfile"