Skip to content

Commit

Permalink
ci: add aarch64 back
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Jan 27, 2025
1 parent 12f54a9 commit 60b04c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
fail-fast: false
matrix:
include:
- platform: 'macos-latest' # for Arm based macs (M1 and above).
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.
Expand Down

0 comments on commit 60b04c7

Please sign in to comment.