Some checks failed
CI / check (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 9m39s
Deploy Website / deploy (push) Has been skipped
CI / check (macos-14, aarch64-apple-darwin) (push) Has been cancelled
CI / check (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
9 lines
270 B
TOML
9 lines
270 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
dockerfile = "./scripts/cross/aarch64-linux.Dockerfile"
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
dockerfile = "./scripts/cross/x86_64-linux.Dockerfile"
|
|
|
|
[target.x86_64-pc-windows-gnu]
|
|
dockerfile = "./scripts/cross/x86_64-windows.Dockerfile"
|