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 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
27 changes: 15 additions & 12 deletions downloads/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

@def title = "Download Julia"

~~~
Expand Down Expand Up @@ -359,26 +358,30 @@ 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 rowspan="2"> Windows </td>
<td rowspan="2"> 10+ </td>
<td> 11.4+ </td>
<td> Rosetta 2 </td>
<td> <font color="orange">Tier 2</font> </td>
</tr>
<tr>
<td rowspan="3"> Windows </td>
<td rowspan="3"> 10+ </td>
<td> x86-64 (64-bit) </td>
<td> <font color="green">Tier 1</font> </td>
</tr>
<tr>
<td> i686 (32-bit) </td>
<td> <font color="green">Tier 1</font> </td>
</tr>
<tr>
<td> WSL 2 (Ubuntu LTS) </td>
<td> <font color="orange">Tier 2</font> </td>
</tr>
<tr>
<td rowspan="6"> Linux (Glibc) </td>
<td rowspan="5"> 2.6.24+ </td>
Expand All @@ -395,11 +398,11 @@ Different OSes and architectures have varying [tiers of support](/downloads/#sup
</tr>
<tr>
<td> ARMv7 (32-bit) </td>
<td> <font color="crimson">Tier 3</font> </td>
<td> <font color="black">Tier 4</font> </td>
</tr>
<tr>
<td> PowerPC (64-bit) </td>
<td> Tier 4 </td>
<td> PowerPC LE (64-bit) </td>
<td> <font color="crimson">Tier 3</font> </td>
</tr>
<tr>
<td> 6.4+ </td>
Expand All @@ -410,7 +413,7 @@ Different OSes and architectures have varying [tiers of support](/downloads/#sup
<td rowspan="1"> Linux (Musl) </td>
<td rowspan="1"> 2.6.39+ </td>
<td> x86-64 (64-bit) </td>
<td> <font color="orange">Tier 2</font> </td>
<td> <font color="crimson">Tier 3</font> </td>
</tr>
<tr>
<td rowspan="2"> FreeBSD </td>
Expand Down
Loading