From 6339f3987136b0be0c3708dff78ae74863158dea Mon Sep 17 00:00:00 2001 From: NN708 Date: Mon, 22 Dec 2025 17:45:30 +0800 Subject: feat(desktop): arm64 build for linux (#5935) --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e2885ca4..72e17da04 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -105,6 +105,8 @@ jobs: target: x86_64-pc-windows-msvc - host: blacksmith-4vcpu-ubuntu-2404 target: x86_64-unknown-linux-gnu + - host: blacksmith-4vcpu-ubuntu-2404-arm + target: aarch64-unknown-linux-gnu runs-on: ${{ matrix.settings.host }} steps: - uses: actions/checkout@v3 -- cgit v1.2.3