feat: add arm linux builds

This commit is contained in:
DecDuck
2025-05-25 11:46:24 +10:00
parent eeca8a7a98
commit 5251a56c3c
2 changed files with 5 additions and 4 deletions

View File

@ -22,8 +22,10 @@ jobs:
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest' # for Intel based macs.
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
- platform: 'ubuntu-24.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: ''
- platform: 'ubuntu-24.04-arm'
args: '--target aarch64-unknown-linux-gnu'
- platform: 'windows-latest'
args: ''