From 687e0651fe010043e11ddd453547ce94df88d05d Mon Sep 17 00:00:00 2001 From: detoro Date: Mon, 30 Sep 2024 01:34:08 +0700 Subject: [PATCH] Create Cross.toml --- Cross.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cross.toml diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 0000000..ce5e549 --- /dev/null +++ b/Cross.toml @@ -0,0 +1,4 @@ +[target.aarch64-apple-darwin] +image = "ghcr.io/cross-rs/aarch64-apple-darwin-cross:latest" +[target.x86_64-apple-darwin] +image = "ghcr.io/cross-rs/x86_64-apple-darwin-cross:latest" \ No newline at end of file