From 5915a3b5a30f82977d72e3bc10bd1a89432d1174 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 16 Jan 2025 15:26:32 -0800 Subject: [PATCH] Revert "add linux-arm" This reverts commit 3aaeb1067dc8629f6d83d5693e84a1b2ac08133a. --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c727e9..62d4a75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,11 +29,6 @@ jobs: os: ubuntu-latest, artifact: linux-x64, } - - { - name: "Ubuntu_Arm", - os: ubuntu-24.04-arm, - artifact: linux-arm, - } - { name: "macOS Latest Clang", os: macos-latest,