From 48cb8fc5fb52f0bddb2b6878722d52eddf8714ff Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Wed, 20 Mar 2024 21:23:31 +0100 Subject: [PATCH] attempt to make cargo dist building form arm --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 04c2326..6415d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,6 +70,10 @@ targets = ["x86_64-unknown-linux-gnu"] # Publish jobs to run in CI pr-run-mode = "plan" +[workspace.metadata.dist.github-custom-runners] +aarch64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204-arm" + + [profile.release] opt-level = 's' lto = true # Link Time Optimization (LTO)