From d4dc61b4d6b7a0b9db013118792a07ebbbd0e5f8 Mon Sep 17 00:00:00 2001 From: William Tan <1284324+Ninja3047@users.noreply.github.com> Date: Tue, 5 May 2026 11:15:24 -0400 Subject: [PATCH] Build for Linux aarch64 --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2483e23f..77db1ec6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,9 +103,10 @@ jobs: fail-fast: false matrix: include: - - { os: ubuntu-latest, platform: linux, artifact-name: hcli-linux-x86_64 } - - { os: windows-latest, platform: windows, artifact-name: hcli-windows-x86_64 } - - { os: macos-latest, platform: macos, artifact-name: hcli-mac-arm64 } + - { os: ubuntu-latest, platform: linux, artifact-name: hcli-linux-x86_64 } + - { os: ubuntu-24.04-arm, platform: linux, artifact-name: hcli-linux-aarch64 } + - { os: windows-latest, platform: windows, artifact-name: hcli-windows-x86_64 } + - { os: macos-latest, platform: macos, artifact-name: hcli-mac-arm64 } steps: - name: Checkout