Commit 0a2e44c
committed
ci: specify architectures for Linux targets
Specify architectures for each Linux package target (AppImage,
Snap, deb, rpm) so releases are built for x64, armv7l, and arm64.
Previously the targets were listed as simple strings which did not
declare per-target archs; making them objects with an "arch" array
ensures multi-arch artifacts are produced during CI and packaging.1 parent 3455ff7 commit 0a2e44c
1 file changed
+33
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
48 | 76 | | |
49 | 77 | | |
50 | 78 | | |
| |||
181 | 209 | | |
182 | 210 | | |
183 | 211 | | |
184 | | - | |
| 212 | + | |
185 | 213 | | |
186 | 214 | | |
187 | 215 | | |
| |||
0 commit comments