Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,28 @@ Now you can install `kerberos` with the following:
npm install kerberos
```

#### Support Strategy

There are two support tiers:

- **Tier 1**: These platforms represent the majority of our users. Test failures on tier 1 platforms will block
releases.
- **Experimental**: Test suite may not exist or may not pass. Test failures on experimental platforms
do not block releases. Contributions to improve support for these platforms are welcome.

#### Prebuild Platforms

Below are the platforms that are available as prebuilds on each github release.
`prebuild-install` downloads these automatically depending on the platform you are running npm install on.

- Linux GLIBC 2.28 or later
- s390x
- arm64
- x64
- MacOS universal binary
- x64
- arm64
- Windows
- x64
| Operating System | Platform | Support Type |
| ------------------------- | -------- | ------------ |
| Linux GLIBC 2.28 or later | s390x | Tier 1 |
| Linux GLIBC 2.28 or later | arm64 | Tier 1 |
| Linux GLIBC 2.28 or later | x64 | Tier 1 |
| MacOS universal binary | x64 | Tier 1 |
| MacOS universal binary | arm64 | Tier 1 |
| Windows | x64 | Tier 1 |

### Release Integrity

Expand Down
26 changes: 17 additions & 9 deletions etc/README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,28 @@ Now you can install `kerberos` with the following:
npm install kerberos
```

#### Support Strategy

There are two support tiers:

- **Tier 1**: These platforms represent the majority of our users. Test failures on tier 1 platforms will block
releases.
- **Experimental**: Test suite may not exist or may not pass. Test failures on experimental platforms
do not block releases. Contributions to improve support for these platforms are welcome.

#### Prebuild Platforms

Below are the platforms that are available as prebuilds on each github release.
`prebuild-install` downloads these automatically depending on the platform you are running npm install on.

- Linux GLIBC 2.28 or later
- s390x
- arm64
- x64
- MacOS universal binary
- x64
- arm64
- Windows
- x64
| Operating System | Platform | Support Type |
| ------------------------- | -------- | ------------ |
| Linux GLIBC 2.28 or later | s390x | Tier 1 |
| Linux GLIBC 2.28 or later | arm64 | Tier 1 |
| Linux GLIBC 2.28 or later | x64 | Tier 1 |
| MacOS universal binary | x64 | Tier 1 |
| MacOS universal binary | arm64 | Tier 1 |
| Windows | x64 | Tier 1 |

### Release Integrity

Expand Down
Loading