From 3aaeb1067dc8629f6d83d5693e84a1b2ac08133a Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 16 Jan 2025 14:29:01 -0800 Subject: [PATCH] add linux-arm --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62d4a75..4c727e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,11 @@ 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,