Skip to content

Commit

Permalink
Merge pull request #65 from pactflow/docs/binary_compat
Browse files Browse the repository at this point in the history
chore(docs): update binary compatibility
  • Loading branch information
rholshausen authored Jun 11, 2024
2 parents a5ed622 + 13e9cc0 commit 2e281ff
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 2e281ff

Please sign in to comment.