Skip to content

Commit 626e4ba

Browse files
committed
README: add Platform Support section
Signed-off-by: lance6716 <[email protected]>
1 parent b039e99 commit 626e4ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff 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
1121
This repo uses [Changelog](CHANGELOG.md).
1222

0 commit comments

Comments
 (0)