tftsr-devops_investigation/.gitea/workflows
Shaun Arman 03cc9914ad
Some checks failed
Auto Tag / auto-tag (push) Successful in 4s
Release / build-linux-arm64 (push) Failing after 0s
Test / rust-fmt-check (push) Successful in 1m4s
Release / build-macos-arm64 (push) Successful in 5m26s
Test / rust-clippy (push) Successful in 7m41s
Test / rust-tests (push) Successful in 8m13s
Test / frontend-typecheck (push) Successful in 1m28s
Test / frontend-tests (push) Successful in 1m12s
Release / build-linux-amd64 (push) Successful in 16m13s
Release / build-windows-amd64 (push) Successful in 13m30s
fix: domainPrompts closing brace too early; arm64 use native platform image
- domainPrompts.ts: closing }; was inside the Record object after 'automation',
  leaving hpe_infra/dell_hardware/identity orphaned outside the object — caused
  3 TS1005/TS1109 errors and broke the macOS and all frontend builds
- release.yml: replace multiarch cross-compilation (broken due to WebKit arm64
  package conflicts) with --platform linux/arm64 container option so QEMU runs
  a native ARM64 image directly — no cross-compilation, no package conflicts
2026-03-31 19:36:07 -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: domainPrompts closing brace too early; arm64 use native platform image 2026-03-31 19:36:07 -05:00
test.yml ci: restrict test.yml to branch pushes only (not tags) 2026-03-29 18:56:00 -05:00