Skip to content

Commit

Permalink
chore(docs): update binary compatability
Browse files Browse the repository at this point in the history
fixes #61
  • Loading branch information
YOU54F authored May 20, 2024
1 parent 0cb87dc commit 13e9cc0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,25 @@ I.e., updated manifest to use 127.0.0.1 as the host to bind to
}
```

## Compatibility

<details><summary>Supported Platforms</summary>

| OS | Architecture | Supported | Pact Protobuf Plugin Version |
| ------- | ------------ | --------- | ---------------- |
| OSX | x86_64 || All |
| Linux | x86_64 || All |
| Windows | x86_64 || All |
| OSX | arm64 || All |
| Linux | arm64 || >=0.1.11 |
| Windows | arm64 || >=0.3.15 |
| Alpine | x86_64 || >=0.1.9 |
| Alpine | arm64 || >=0.3.15 |

_Note:_ From v0.3.15, All Linux executables are statically built with `musl` and are designed to work against `glibc` (eg, Debian) and `musl` (eg, Alpine) based distos.

</details>

## Support

Join us on slack [![slack](https://slack.pact.io/badge.svg)](https://slack.pact.io) in the **#protobufs** channel
Expand Down

0 comments on commit 13e9cc0

Please sign in to comment.