Skip to content

Commit 130884f

Browse files
committed
Merge #1126: Change ARM Linux default download to 64-bit
af7bed1 Change ARM default download to 64-bit (laanwj) Pull request description: Change the default for ARM to the aarch64 download. 64-bit ARM is the standard nowadays for the type of 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. ACKs for top commit: stickies-v: tACK af7bed1 Tree-SHA512: d691cbc35090f9eeede8c3ec0ebf70c235753a4f9eaa005df10666fd6652f512982c116e78f51945af80d6a8f09743ade53770d263e4bc4204f6f25f9ab23825
2 parents 88484f1 + af7bed1 commit 130884f

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)