mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 00:17:47 -04: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.