Skip to content

Commit

Permalink
docs(chore): add binary compat table (csv/plugin-cli)
Browse files Browse the repository at this point in the history
fixes #60
  • Loading branch information
YOU54F committed May 20, 2024
1 parent e17144f commit 2a962be
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,22 @@ Executable is built using `cargo`.
### Requirements

Requires Rust 1.61 or later.

## Compatibility

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

| OS | Architecture | Supported | Pact Plugin CLI Version |
| ------- | ------------ | --------- | ---------------- |
| OSX | x86_64 | βœ… | All |
| Linux | x86_64 | βœ… | All |
| Windows | x86_64 | βœ… | All |
| OSX | arm64 | βœ… | All |
| Linux | arm64 | βœ… | >=0.0.0 |
| Windows | arm64 | βœ… | >=0.1.2 |
| Alpine | x86_64 | βœ… | >=0.1.2 |
| Alpine | arm64 | βœ… | >=0.1.2 |

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

</details>
19 changes: 19 additions & 0 deletions plugins/csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,22 @@ Without headers:
"column:3": "matching(datetime, 'yyyy-MM-dd','2000-01-01')"
}
```

## Compatibility

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

| OS | Architecture | Supported | Pact CSV Plugin Version |
| ------- | ------------ | --------- | ---------------- |
| OSX | x86_64 | βœ… | All |
| Linux | x86_64 | βœ… | All |
| Windows | x86_64 | βœ… | All |
| OSX | arm64 | βœ… | >=0.0.1 |
| Linux | arm64 | βœ… | >=0.0.4 |
| Windows | arm64 | βœ… | >=0.0.6 |
| Alpine | x86_64 | βœ… | >=0.0.6 |
| Alpine | arm64 | βœ… | >=0.0.6 |

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

</details>

0 comments on commit 2a962be

Please sign in to comment.