1
0
mirror of https://github.com/containers/youki synced 2024-09-19 18:37:40 +02:00
youki/Cross.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
380 B
INI
Raw Normal View History

[build]
default-target = "x86_64-unknown-linux-gnu"
env.passthrough = ["XDG_RUNTIME_DIR"]
[target.aarch64-unknown-linux-gnu]
dockerfile = "cross/Dockerfile.gnu"
[target.x86_64-unknown-linux-gnu]
dockerfile = "cross/Dockerfile.gnu"
[target.aarch64-unknown-linux-musl]
dockerfile = "cross/Dockerfile.musl"
[target.x86_64-unknown-linux-musl]
dockerfile = "cross/Dockerfile.musl"