Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tiers: rosetta t3, musl t3, ppc t3, armv7 t4. Add: wsl t3 #2218

Merged
merged 8 commits into from
Jan 16, 2025
Merged
Changes from 3 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
14 changes: 9 additions & 5 deletions downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,16 +359,16 @@ Different OSes and architectures have varying [tiers of support](/downloads/#sup
<td> x86-64 (64-bit) </td>
<td> <font color="green">Tier 1</font> </td>
</tr>
<tr>
<td> 10.14+ </td>
<td> x86-64 (64-bit) on Apple Silicon (via Rosetta)</td>
<td> <font color="red">Not recommended (untested)</font> </td>
</tr>
<tr>
<td> 11.4+ </td>
<td> ARMv8 (64-bit) </td>
<td> <font color="green">Tier 1</font> </td>
</tr>
<tr>
<td> 10.14+ </td>
<td> Rosetta 2 </td>
<td> <font color="orange">Tier 2</font> </td>
</tr>
<tr>
<td rowspan="2"> Windows </td>
<td rowspan="2"> 10+ </td>
Expand All @@ -379,6 +379,10 @@ Different OSes and architectures have varying [tiers of support](/downloads/#sup
<td> i686 (32-bit) </td>
<td> <font color="green">Tier 1</font> </td>
</tr>
<tr>
<td> WSL 2 </td>
ViralBShah marked this conversation as resolved.
Show resolved Hide resolved
<td> <font color="orange">Tier 2</font> </td>
</tr>
<tr>
<td rowspan="6"> Linux (Glibc) </td>
<td rowspan="5"> 2.6.24+ </td>
Expand Down
Loading