mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05: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.