mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-27 03:33:24 +00:00
- Added CARGO_BUILD_TARGET environment variable to the GitHub Actions workflow for better target management during builds. - Updated package.json scripts to conditionally include the target option for the daemon build commands, improving flexibility for different architectures. - Refactored the setup function in main.rs to utilize a dynamic target triple for building the release daemon, ensuring compatibility across various systems.