summaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml
new file mode 100644
index 0000000..0a91b8c
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,11 @@
+[build.env]
+passthrough = [
+ "CROSS_DEBUG",
+ "RUST_BACKTRACE",
+]
+
+[target.aarch64-unknown-linux-gnu]
+dockerfile = "./ci/Dockerfile-cross"
+
+[target.armv7-unknown-linux-gnueabihf]
+dockerfile = "./ci/Dockerfile-cross"