chirpstack/Cross.toml

8 lines
236 B
TOML
Raw Normal View History

2023-05-26 15:02:19 +00:00
[build]
default-target="x86_64-unknown-linux-musl"
2023-05-25 16:05:53 +00:00
[target.x86_64-unknown-linux-musl]
2023-05-26 15:02:19 +00:00
dockerfile="cross/Dockerfile.x86_64-unknown-linux-musl"
[target.aarch64-unknown-linux-musl]
dockerfile="cross/Dockerfile.aarch64-unknown-linux-musl"