1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-26 01:16:13 +02:00
youki/Cross.toml
Yashodhan Joshi df5ebb29ef Fix cross cotainers for tests running
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-27 15:14:45 +05:30

16 lines
380 B
INI

[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"