From abe8f43d269aed3518f21f7da279cbf0e6289e5c Mon Sep 17 00:00:00 2001 From: jnichols0 Date: Wed, 27 Mar 2024 01:37:09 -0400 Subject: [PATCH 1/2] add other archs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eab6b01..df155da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ installers = ["homebrew"] # A GitHub repo to push Homebrew formulas to tap = "ynqa/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] +targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnuabi"] # Publish jobs to run in CI publish-jobs = ["homebrew"] # Publish jobs to run in CI From 33fdb8b422a5a192f5391b38afc297a2842e8441 Mon Sep 17 00:00:00 2001 From: jnichols0 Date: Wed, 27 Mar 2024 01:42:08 -0400 Subject: [PATCH 2/2] add arm archs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4139a9e..dd864bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ installers = ["homebrew"] # A GitHub repo to push Homebrew formulas to tap = "ynqa/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] +targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnuabi"] # Publish jobs to run in CI publish-jobs = ["homebrew"] # Publish jobs to run in CI