Commit 5ba7524
committed
ci: Add separate macOS builds for ARM and Intel architectures
This commit updates the `build-desktop.yml` GitHub Actions workflow to generate two distinct macOS application packages: one for ARM (Apple Silicon) and one for Intel processors.
This is achieved by adding a new entry to the build matrix and introducing an `arch` variable to differentiate the builds.1 parent cf512cc commit 5ba7524
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments