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> |
||
|---|---|---|
| .. | ||
| auto-tag.yml | ||
| release.yml | ||
| test.yml | ||