File tree 1 file changed +10
-0
lines changed
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
7
7
![ gomod version] ( https://img.shields.io/github/go-mod/go-version/go-mysql-org/go-mysql/master )
8
8
[ ![ 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 )
9
9
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
+
10
20
## Changelog
11
21
This repo uses [ Changelog] ( CHANGELOG.md ) .
12
22
You can’t perform that action at this time.
0 commit comments