You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporarily disable ARM64 Linux builds due to OpenSSL cross-compilation issues
- Comment out aarch64-unknown-linux-gnu target in release workflow
- Update CHANGELOG.md to reflect 4 platforms instead of 5
- Update README.md to remove ARM64 Linux installation instructions
- Remove unused cross-compilation setup steps
The OpenSSL dependency from native-tls causes complex cross-compilation
issues for ARM64 Linux. This can be resolved in future releases by:
1. Adding feature flags to make native-tls optional
2. Using musl target for static linking
3. Implementing proper OpenSSL cross-compilation setup
For now, we support: Linux x86_64, macOS (Intel/M1), Windows x86_64
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments