File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ A pure go library to handle MySQL network protocol and replication as used by My
77![ gomod version] ( https://img.shields.io/github/go-mod/go-version/go-mysql-org/go-mysql/master )
88[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/go-mysql-org/go-mysql.svg )] ( https://pkg.go.dev/github.com/go-mysql-org/go-mysql )
99
10+ ## Platform Support
11+
12+ This project has been tested or deployed on the following operating systems and architectures:
13+
14+ | Operating System | Architecture | Supported | CI | Notes |
15+ | ------------------| --------------| -----------| ----| ------------------------------------------------------------------------------------------------------------------------|
16+ | Linux | amd64 | ✅ | ✅ | Check GitHub Actions of this project |
17+ | Linux | s390x | ✅ | ✅ | A daily CI runs on s390x VM, supported by [ IBM Z and LinuxOne Community] ( https://www.ibm.com/community/z/open-source/ ) |
18+ | Linux | arm64 | ✅ | ❌ | Deployed in a production environment of a user |
19+
1020## Changelog
1121This repo uses [ Changelog] ( CHANGELOG.md ) .
1222
You can’t perform that action at this time.
0 commit comments