tftsr-devops_investigation/.gitea/workflows
Shaun Arman 64492c743b
Some checks failed
Release / build-macos-arm64 (push) Successful in 5m14s
Release / build-linux-arm64 (push) Has been cancelled
Release / build-linux-amd64 (push) Has been cancelled
Release / build-windows-amd64 (push) Has been cancelled
fix: ARM64 build uses native target instead of cross-compile
The ARM64 build was failing because explicitly specifying
--target aarch64-unknown-linux-gnu on an ARM64 runner was
triggering cross-compilation logic.

Changes:
- Remove rustup target add (not needed for native build)
- Remove --target flag from cargo tauri build
- Update artifact path: target/aarch64-unknown-linux-gnu/release/bundle
  → target/release/bundle

This allows the native ARM64 toolchain to build without
attempting cross-compilation and avoids the pkg-config
cross-compilation configuration requirement.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-04 09:59:56 -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 build uses native target instead of cross-compile 2026-04-04 09:59:56 -05:00
test.yml fix: use Wiki secret for authenticated wiki sync (v0.2.8) 2026-04-03 16:47:32 -05:00