From 13e9cc0c456315a34b63400729efcd5696f5bda8 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 20 May 2024 13:36:23 +0100 Subject: [PATCH] chore(docs): update binary compatability fixes #61 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index b3743bb..5038d43 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,25 @@ I.e., updated manifest to use 127.0.0.1 as the host to bind to } ``` +## Compatibility + +
Supported Platforms + +| 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. + +
+ ## Support Join us on slack [![slack](https://slack.pact.io/badge.svg)](https://slack.pact.io) in the **#protobufs** channel