1# Darwin targets build on the host 2# https://github.com/rust-embedded/cross/issues/223 3# [target.aarch64-apple-darwin] 4# image = "rustembedded/cross:aarch64-apple-darwin" 5 6[target.aarch64-unknown-linux-gnu] 7image = "rustembedded/cross:aarch64-unknown-linux-gnu@sha256:f0695f83156b2bfd3f946637852779207ff247ef60912aa74c2d27006fdf3e60" 8 9# Darwin targets build on the host 10# https://github.com/rust-embedded/cross/issues/223 11# [target.x86_64-apple-darwin] 12# image = "rustembedded/cross:x86_64-apple-darwin" 13 14[target.x86_64-pc-windows-gnu] 15image = "rustembedded/cross:x86_64-pc-windows-gnu@sha256:14d1808255d9e45fb99ef175d75820c3f2194c683df7487a1687d569876d585c" 16 17# Windows MSVC targets build on the host 18# https://github.com/rust-embedded/cross/issues/487 19# [target.x86_64-pc-windows-msvc] 20# image = "rustembedded/cross:x86_64-pc-windows-msvc" 21 22[target.x86_64-unknown-linux-gnu] 23image = "rustembedded/cross:x86_64-unknown-linux-gnu@sha256:f279cf1a8aa8b85717cd53d48bcb2f82e01bde6a47c8c469ebf9ad10415bb2be" 24 25[target.x86_64-unknown-linux-musl] 26image = "rustembedded/cross:x86_64-unknown-linux-musl@sha256:156c441c6b4da1d68599b9d88b4737cf05b7f1bd450a0f6b0a514892e008e373" 27