ci(desktop): add ubuntu-24.04-arm to native distribution build

This commit is contained in:
James Rich
2026-03-14 07:32:24 -05:00
parent 8c6892a4da
commit 365e278335

View File

@@ -264,7 +264,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest, ubuntu-24.04-arm]
env:
GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}
GRADLE_CACHE_USERNAME: ${{ secrets.GRADLE_CACHE_USERNAME }}