feat(desktop): arm64 build for linux (#5935)

This commit is contained in:
NN708
2025-12-26 14:34:57 -06:00
committed by Aiden Cline
parent 1282f3457d
commit 5a84872777
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -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