Commit 9a819b8
committed
ci: add cross-platform release builds (no signing)
Add a CI release workflow that builds Burrito binaries for
4 platforms (Linux x86_64, Linux ARM64, macOS Apple Silicon,
macOS Intel), renames them to a versioned, platform-tagged
naming convention (ado-<version>-<os>-<arch>), uploads
them as workflow artifacts, and attaches them to a GitHub
Release on tag push.
CI improvements consolidated into a single clean commit:
- Use ubuntu-24.04-arm runner for Linux ARM64 (real native
execution, no QEMU needed)
- Use BURRITO_TARGET env var to build only one target per
runner (avoids cross-compiling for all 4 platforms on every
runner); replaces the invalid 'mix release --target' flag
- Install zig 0.16.0 via mlugg/setup-zig (the recommended
successor to the deprecated goto-bus-stop/setup-zig)
- Install xz via apt-get on Linux and brew on macOS
- Override ImageOS=ubuntu24 on the ARM64 runner to work
around erlef/setup-beam not recognizing ubuntu24-arm64
- Remove Windows from the target list (runner reported
'ImageOS=win25-vs2026' which setup-beam didn't support)
- 'file' check in the smoke test for an extra sanity check
Removed signing-related code (moved distribution to package
managers which sidestep Gatekeeper):
- bin/sign.sh
- SIGNING.md
- justfile 'release-macos' recipe (referenced bin/sign.sh)
- SIGNING.md reference in README.md file tree
Verified: actionlint clean, mix ci green, 162 tests pass.1 parent 96232c6 commit 9a819b8
6 files changed
Lines changed: 51 additions & 209 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 222 | | |
229 | 223 | | |
230 | 224 | | |
| |||
234 | 228 | | |
235 | 229 | | |
236 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
237 | 264 | | |
238 | 265 | | |
239 | 266 | | |
| |||
242 | 269 | | |
243 | 270 | | |
244 | 271 | | |
| 272 | + | |
245 | 273 | | |
246 | 274 | | |
247 | 275 | | |
| |||
252 | 280 | | |
253 | 281 | | |
254 | 282 | | |
255 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
256 | 288 | | |
257 | 289 | | |
258 | 290 | | |
259 | 291 | | |
260 | | - | |
| 292 | + | |
261 | 293 | | |
262 | 294 | | |
263 | 295 | | |
| |||
273 | 305 | | |
274 | 306 | | |
275 | 307 | | |
276 | | - | |
277 | 308 | | |
278 | 309 | | |
279 | 310 | | |
| |||
283 | 314 | | |
284 | 315 | | |
285 | 316 | | |
286 | | - | |
287 | 317 | | |
288 | 318 | | |
289 | 319 | | |
| |||
300 | 330 | | |
301 | 331 | | |
302 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
303 | 336 | | |
304 | 337 | | |
305 | 338 | | |
306 | 339 | | |
307 | 340 | | |
308 | 341 | | |
| 342 | + | |
309 | 343 | | |
310 | 344 | | |
311 | 345 | | |
| |||
349 | 383 | | |
350 | 384 | | |
351 | 385 | | |
352 | | - | |
353 | 386 | | |
354 | 387 | | |
355 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | 398 | | |
400 | 399 | | |
401 | 400 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
| 198 | + | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
| |||
0 commit comments