From b51c7776d084dd279b5b43f58a481406ce0944ed Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Tue, 26 Nov 2024 09:33:09 +0000 Subject: [PATCH] docs: pact-go supported platforms --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1388ba47d..8cb16e7e0 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,22 @@ _\*_ v3 support is limited to the subset of functionality required to enable lan +
Supported Platforms + +| OS | Architecture | Supported | Pact-Go Version | +| ------------- | ------------ | --------- | ---------------- | +| MacOS | x86_64 | ✅ | All | +| MacOS | arm64 | ✅ | All | +| Linux (libc) | x86_64 | ✅ | All | +| Linux (libc) | arm64 | ✅ | All | +| Linux (musl) | x86_64 | ❌ | - | +| Linux (musl) | arm64 | ❌ | - | +| Windows | x86_64 | ✅ | All | +| Windows | x86 | ❌ | - | +| Windows | arm64 | ❌ | - | + +
+ ## Roadmap The [roadmap](https://docs.pact.io/roadmap/) for Pact and Pact Go is outlined on our main website.