Add cross platform builds

This commit is contained in:
Andras Schmelczer 2025-08-28 21:52:43 +01:00
parent aada6a3b87
commit 88c9364448
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
7 changed files with 102 additions and 13 deletions

View file

@ -1,4 +1,9 @@
[toolchain]
channel = "1.89.0"
targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl" ]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"x86_64-pc-windows-gnu",
]
profile = "default"