Skip to content

Tags: rustfs/rustfs

Tags

1.0.0-alpha.36

Toggle 1.0.0-alpha.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve Windows build support and CI/CD workflow (#283)

- Fix Windows zip command issue by using PowerShell Compress-Archive
- Add Windows support for OSS upload with ossutil
- Replace Chinese comments with English in build.yml
- Fix bash syntax error in package_zip function
- Improve code formatting and consistency
- Update various configuration files for better cross-platform support

Resolves Windows build failures in GitHub Actions.

1.0.0-alpha.33

Toggle 1.0.0-alpha.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ossutil install command. (#263)

1.0.0-alpha.32

Toggle 1.0.0-alpha.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: robust Dockerfile version logic for v prefix handling (#262)

* fix: robust Dockerfile version logic for v prefix handling

* wip