Commit ce5e411 1 parent 5acca82 commit ce5e411 Copy full SHA for ce5e411
File tree 2 files changed +3
-47
lines changed
2 files changed +3
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -238,31 +238,12 @@ Due to using a shared native library instead of C# for the main Pact logic only
238
238
| Windows | x64 | ✔️ Yes |
239
239
| Linux (libc) | x86 | ❌ No |
240
240
| Linux (libc) | x64 | ✔️ Yes |
241
- | Linux (musl) | x64 | ✔️ Yes (Tier 2) * |
242
- | Linux (libc) | ARM | ✔️ Yes (Tier 3) * |
243
- | Linux (musl) | ARM | ✔️ Yes (Tier 3) * |
241
+ | Linux (musl) | x64 | ✔️ Yes |
242
+ | Linux (libc) | ARM | ✔️ Yes |
243
+ | Linux (musl) | ARM | ✔️ Yes |
244
244
| OSX | x64 | ✔️ Yes |
245
245
| OSX | ARM (M1/M2) | ✔️ Yes |
246
246
247
- #### Support
248
-
249
- - Tier 1
250
- - Established
251
- - Full CI/CD support.
252
- - Users should not encounter issues
253
- - Full reproducible examples running in CI, should be provided by users raising issues
254
- - If using musl targets, users should attempt the same test on a libc target (such as debian)
255
- - Tier 2
256
- - Recently introduced
257
- - Full CI/CD support.
258
- - Users may encounter issues
259
- - Full reproducible examples running in CI, should be provided by users raising issues
260
- - If using musl targets, users should attempt the same test on a libc target (such as debian)
261
- - Tier 3
262
- - Recently introduced, No/limited CI/CD support.
263
- - Users may encounter issues
264
- - Full reproducible examples which can be run by maintainers locally, should be provided by users raising issues
265
-
266
247
### Pact Specification
267
248
268
249
| Version | Status | [ Spec] Compatibility | Install |
You can’t perform that action at this time.
0 commit comments