Add indications for cross building

This commit is contained in:
2026-02-25 22:08:08 +01:00
parent 0119988d7c
commit c219b4efab
4 changed files with 165 additions and 0 deletions

5
Cross.toml Normal file
View File

@@ -0,0 +1,5 @@
[build]
volumes = ["/Users/bubo/doux:/Users/bubo/doux"]
[target.aarch64-unknown-linux-gnu]
dockerfile = "./cross/aarch64-linux.Dockerfile"