Josh Knapp b795e27251
Some checks failed
Build App / build-linux (push) Failing after 2s
Build App / build-macos (push) Failing after 11s
Build App / build-windows (push) Successful in 3m38s
Fix Linux build PATH and add ARM64 container support
Linux app build: cargo was not in PATH for subsequent steps after
shell-based install. Fixed by adding $HOME/.cargo/bin to GITHUB_PATH
(persists across steps) and setting it in the job-level env. Also
removed the now-unnecessary per-step PATH override in the macOS job.

Container build: added QEMU setup and platforms: linux/amd64,linux/arm64
to produce a multi-arch manifest. The Dockerfile already uses
arch-aware commands (dpkg --print-architecture, uname -m) so it
builds natively on both architectures. This fixes the "no matching
manifest for linux/arm64/v8" error on Apple Silicon Macs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 17:16:45 -08:00
2026-02-27 09:40:19 -08:00
2026-02-27 07:00:48 -08:00
Description
No description provided
MIT 1.6 MiB
2026-03-06 16:43:28 +00:00
Languages
TypeScript 50%
Rust 39.3%
Shell 8.3%
Dockerfile 1.8%
CSS 0.3%
Other 0.2%