Skip to content

Commit af7bed1

Browse files
committed
Change ARM default download to 64-bit
Change the default for ARM to the aarch64 download. 64-bit ARM is the standard nowadays for the type of consumer computing hardware our users tend to have (Raspberri pi's and servers). While 32-bit ARM is only still used in low-power embedded systems. Closes #1099.
1 parent 88484f1 commit af7bed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
7373
<div>
7474
<img src="/assets/images/os/arm.png" alt="ARM Linux">
7575
<span>
76-
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl">ARM Linux</a>
76+
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-aarch64-linux-gnu.tar.gz" class="dl">ARM Linux</a>
7777
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-aarch64-linux-gnu.tar.gz" class="dl" id="lin64arm">64 bit</a> -
7878
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl" id="lin32arm">32 bit</a></span>
7979
</span>

0 commit comments

Comments
 (0)