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,