Build server for multiple arch (#106)

This commit is contained in:
Andras Schmelczer 2025-08-30 21:50:34 +01:00 committed by GitHub
parent 9177984ff6
commit 4cdd0cbd40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 111 additions and 28 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"