From 532e64f3375d071a8af19454b6612192a0c31d56 Mon Sep 17 00:00:00 2001 From: John Ott Date: Wed, 26 Nov 2025 12:30:04 -0800 Subject: [PATCH] feat: bundle claude code CLI for linux arm64 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d8d79de..b831b18f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest] permissions: contents: write pull-requests: write