From 7dc4995c9b16ac53de78b7e021fbc6eeac07d49a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 14 Sep 2025 17:21:44 -0600 Subject: [PATCH] ci: Don't use cross to compile ARM linux GNU --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c7aa00..83b49cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,6 @@ jobs: cargo-flags: "" - target: aarch64-unknown-linux-gnu os: ubuntu-latest - use-cross: true cargo-flags: "" - target: aarch64-apple-darwin os: macos-latest