-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README: add Platform Support section #981
Conversation
Signed-off-by: lance6716 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a link to https://go.dev/wiki/MinimumRequirements and say that support is limited to OS versions supported by Go. (Only supported Go versions, following the Release Policy on https://go.dev/doc/devel/release ).
Maybe say that this should be able to work on other operating systems, but that this hasn't been tested.
We could do some GOOS=windows go build ...
etc in CI to test for incompatibilities. Same for GOARCH=riscv64
etc.
Maybe say that tinygo isn't supported?
README.md
Outdated
|------------------|--------------|-----------|----|------------------------------------------------------------------------------------------------------------------------| | ||
| Linux | amd64 | ✅ | ✅ | Check GitHub Actions of this project | | ||
| Linux | s390x | ✅ | ✅ | A daily CI runs on s390x VM, supported by [IBM Z and LinuxOne Community](https://www.ibm.com/community/z/open-source/) | | ||
| Linux | arm64 | ✅ | ❌ | Deployed in a production environment of a user | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Linux | arm64 | ✅ | ❌ | Deployed in a production environment of a user | | |
| Linux | arm64 | ✅ | ❌ | Deployed in a production environment of a user | | |
| FreeBSD | amd64 | ✅ | ❌ | Sporadic test by developer | |
Signed-off-by: lance6716 <[email protected]>
@dveeden updated. please check again |
Signed-off-by: lance6716 <[email protected]>
preview https://github.com/go-mysql-org/go-mysql/blob/3406f1ec2f3bb90e87f49f5b645fabd949d8afaa/README.md