feat: add arm linux builds

This commit is contained in:
DecDuck
2025-05-25 11:46:24 +10:00
parent f5205fb54e
commit edec443555
2 changed files with 5 additions and 4 deletions
+3 -1
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: ''