From f1d16b9aae0c1a4d489458bd7fc6de88d2a8dde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Mon, 6 May 2024 14:13:38 -0700 Subject: [PATCH] feat: add aarch64 macOS --- dist.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.toml b/dist.toml index e80aed8..1c17865 100644 --- a/dist.toml +++ b/dist.toml @@ -16,7 +16,7 @@ ci = "github" # The installers to generate for each app installers = ["shell", "powershell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI pr-run-mode = "plan" # Whether to install an updater program