mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 09:40:32 +00:00
* feat: enhance build and release workflow with multi-platform support - Add Windows support (x86_64 and ARM64) to build matrix - Add macOS Intel x86_64 support alongside Apple Silicon - Improve cross-platform builds with proper toolchain selection - Use GitHub CLI (gh) for release management instead of GitHub Actions - Add automatic checksum generation (SHA256/SHA512) for all binaries - Support different archive formats per platform (zip for Windows, tar.gz for Unix) - Add comprehensive release notes with installation guides - Enhanced error handling for console assets download - Platform-specific build information in packages - Support both binary and GUI application releases - Update OSS upload to handle multiple file formats This brings RustFS builds up to enterprise-grade standards with: - 6 binary targets (Linux x86_64/ARM64, macOS x86_64/ARM64, Windows x86_64/ARM64) - Professional release management with checksums - User-friendly installation instructions - Multi-platform GUI applications * feat: add core development principles to cursor rules - Add precision-first development principle: 每次改动都要精准,没把握就别改 - Add GitHub CLI priority rule: GitHub PR 创建优先使用 gh 命令 - Emphasize careful analysis before making changes - Promote use of gh commands for better automation and integration * refactor: translate cursor rules to English - Translate core development principles from Chinese to English - Maintain consistency with project's English-first policy - Update 'Every change must be precise' principle - Update 'GitHub PR creation prioritizes gh command usage' rule - Ensure all cursor rules are in English for better accessibility * fix: prevent workflow changes from triggering CI/CD pipelines - Add .github/** to paths-ignore in build.yml workflow - Add .github/** to paths-ignore in docker.yml workflow - Update skip-duplicate paths_ignore to include .github files - Workflow changes should not trigger performance, build, or docker workflows - Saves unnecessary CI/CD resource usage when updating workflow configurations - Consistent with performance.yml which already ignores .github/**