# from https://github.com/cross-rs/cross/blob/main/targets.toml [target.aarch64-unknown-linux-gnu] os = "ubuntu-latest" cpp = true dylib = true std = true run = true runners = "qemu-user qemu-system" [target.x86_64-pc-windows-gnu] os = "ubuntu-latest" cpp = true std = true run = true [target.x86_64-unknown-linux-gnu] os = "ubuntu-latest" cpp = true dylib = true std = true run = true runners = "native qemu-user qemu-system" deploy = true [target.x86_64-unknown-linux-musl] os = "ubuntu-latest" cpp = true dylib = true std = true run = true runners = "native qemu-user" deploy = true [target.aarch64-unknown-linux-musl] os = "ubuntu-latest" cpp = true dylib = true std = true run = true [target.x86_64-unknown-freebsd] os = "ubuntu-latest" cpp = true dylib = true std = true [target.x86_64-unknown-netbsd] os = "ubuntu-latest" cpp = true dylib = true std = true [target.arm-unknown-linux-gnueabihf] os = "ubuntu-latest" cpp = true dylib = true std = true run = true [target.armv7-unknown-linux-gnueabihf] os = "ubuntu-latest" cpp = true dylib = true std = true run = true runners = "qemu-user qemu-system"