tftsr-devops_investigation/.gitea/workflows
Shaun Arman d489338bc4
Some checks failed
Auto Tag / auto-tag (push) Successful in 3s
Release / build-linux-arm64 (push) Failing after 1m8s
Test / rust-fmt-check (push) Successful in 1m8s
Release / build-macos-arm64 (push) Successful in 4m27s
Test / rust-clippy (push) Successful in 7m15s
Test / rust-tests (push) Successful in 8m4s
Test / frontend-typecheck (push) Successful in 1m29s
Test / frontend-tests (push) Successful in 1m18s
Release / build-linux-amd64 (push) Successful in 16m23s
Release / build-windows-amd64 (push) Successful in 13m2s
fix: arm64 linux cross-compilation — add multiarch and pkg-config env vars
The linux-arm64 runner runs an x86_64 Docker container so cross-compilation
requires the ARM64 sysroot via dpkg --add-architecture arm64, gcc-aarch64-linux-gnu,
and arm64 variants of all system libraries. PKG_CONFIG env vars point to the
aarch64 library paths so Tauri can find webkit/gtk/etc at compile time.
2026-03-31 11:52:10 -05:00
..
auto-tag.yml feat: auto-increment patch tag on every merge to master 2026-03-30 16:32:55 -05:00
release.yml fix: arm64 linux cross-compilation — add multiarch and pkg-config env vars 2026-03-31 11:52:10 -05:00
test.yml ci: restrict test.yml to branch pushes only (not tags) 2026-03-29 18:56:00 -05:00